more fixs for packages
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
ansible.builtin.include_tasks:
|
||||
file: facts.yml
|
||||
|
||||
- name: Ensure required paths exist
|
||||
- name: Ensure required path exist
|
||||
become: "{{ ext_become }}"
|
||||
loop: "{{ paths | dict2items }}"
|
||||
loop: "{{ path | dict2items }}"
|
||||
loop_control:
|
||||
loop_var: path
|
||||
loop_var: p
|
||||
ansible.builtin.file:
|
||||
state: directory
|
||||
mode: '0755'
|
||||
path: "{{ path.value }}"
|
||||
path: "{{ p.value }}"
|
||||
|
||||
- name: Read default package configuration
|
||||
ansible.builtin.include_vars:
|
||||
|
||||
Reference in New Issue
Block a user