wip - load ansible settings from VARS and not from ansible.cfg

This commit is contained in:
Stephan Lüscher 2024-05-09 12:10:19 +00:00
parent 50395caec7
commit aa5377e6d7
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
9 changed files with 43 additions and 30 deletions

View file

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