summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 7b3ffcb..600b508 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,3 +1,6 @@
[defaults]
inventory = hosts.ini
remote_user = root
+# Don't want to see warning about Python. On everything I run, proper Python 3
+# should be discoverable.
+interpreter_python = auto_silent