aboutsummaryrefslogtreecommitdiff
path: root/ansible/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/ansible.cfg')
-rw-r--r--ansible/ansible.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
index 4c15ae0..9318edc 100644
--- a/ansible/ansible.cfg
+++ b/ansible/ansible.cfg
@@ -7,3 +7,8 @@ retry_files_enabled = False
inventory = ./inventory.proxmox.yaml
vault_password_file = ./.vault_password
interpreter_python = auto_silent
+
+# INJECT_FACTS_AS_VARS default to `True` is deprecated,
+# top-level facts will not be auto injected after the change.
+# This feature will be removed from ansible-core version 2.24.
+INJECT_FACTS_AS_VARS = False