have a workign copy now

This commit is contained in:
Matthew Stobbs
2026-03-17 16:19:15 -06:00
parent 3c03e5eecf
commit ac0ac25bba
32 changed files with 470 additions and 622 deletions

View File

@@ -18,8 +18,8 @@
## copy anthing (go install, as an example), don't use this.
---
- name: Create directories
become: "{{ install_become }}"
become_user: "{{ install_become_user }}"
become: "{{ do_become }}"
become_user: "{{ do_become_user | default(omit) }}"
loop: "{{ pkg_clean }}"
loop_control:
loop_var: dir