local/ansible.cfg
Kenneth Benzie (Benie) 658e35a145 Explicitly enable inject_facts_as_vars
Injecting facts as variables is being deprecated by default, override
this in `ansible.cfg` to silence deprecation warnings.
2025-11-26 20:50:00 +00:00

7 lines
128 B
INI

[defaults]
collections_path = collections
library = library
roles_path = roles
result_format = yaml
inject_facts_as_vars = True