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:
@@ -3,3 +3,4 @@ collections_path = collections
|
|||||||
library = library
|
library = library
|
||||||
roles_path = roles
|
roles_path = roles
|
||||||
result_format = yaml
|
result_format = yaml
|
||||||
|
inject_facts_as_vars = True
|
||||||
|
|||||||
Reference in New Issue
Block a user