more fixs for packages

This commit is contained in:
Matthew Stobbs
2025-02-20 15:03:54 -07:00
parent c0400949c3
commit 41b1acc067
34 changed files with 181 additions and 201 deletions

View File

@@ -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: