Explicitly enable inject_facts_as_vars

Injecting facts as variables is being deprecated by default, override
this in `ansible.cfg` to silence deprecation warnings.
This commit is contained in:
Kenneth Benzie 2025-11-26 20:50:00 +00:00
parent 06a4d1b923
commit 658e35a145

View File

@ -3,3 +3,4 @@ collections_path = collections
library = library
roles_path = roles
result_format = yaml
inject_facts_as_vars = True