Injecting facts as variables is being deprecated by default, override this in `ansible.cfg` to silence deprecation warnings.
7 lines
128 B
INI
7 lines
128 B
INI
[defaults]
|
|
collections_path = collections
|
|
library = library
|
|
roles_path = roles
|
|
result_format = yaml
|
|
inject_facts_as_vars = True
|