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:
parent
06a4d1b923
commit
658e35a145
@ -3,3 +3,4 @@ collections_path = collections
|
||||
library = library
|
||||
roles_path = roles
|
||||
result_format = yaml
|
||||
inject_facts_as_vars = True
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user