fix remaining packages
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
when:
|
||||
- git_configured is undefined
|
||||
block:
|
||||
- name: Set git_configured
|
||||
ansible.builtin.set_fact:
|
||||
git_configured: true
|
||||
|
||||
- name: Load git config
|
||||
ansible.builtin.include_tasks:
|
||||
file: config/git.yml
|
||||
@@ -11,7 +15,3 @@
|
||||
- name: Append to pkgs
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + git.pkgs }}"
|
||||
|
||||
- name: Set git_configured
|
||||
ansible.builtin.set_fact:
|
||||
git_configured: true
|
||||
|
||||
Reference in New Issue
Block a user