mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-13 05:05:46 +03:00
wip - load ansible settings from VARS and not from ansible.cfg
This commit is contained in:
parent
50395caec7
commit
aa5377e6d7
9 changed files with 43 additions and 30 deletions
|
@ -4,7 +4,7 @@
|
|||
- name: DEBUG | forge variables
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ item }}: {{ lookup('ansible.builtin.vars', item) }}"
|
||||
verbosity: 1
|
||||
# verbosity: 1
|
||||
loop: "{{ __forge_vars_used }}"
|
||||
loop_control:
|
||||
extended: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue