summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-05-05 01:59:18 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-05-05 01:59:18 +0200
commitd0b3048c3662a80fdd1a760102be6e09457b3245 (patch)
tree6adbb4efcad2f412547500551f193baf3cd86bb0 /ansible.cfg
parentgpg: minor cleanup (diff)
finally there is an auto_legacy_silent option for interpreter discovery
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg9
1 files changed, 1 insertions, 8 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 372cd74a..40aec251 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -22,14 +22,7 @@ var_compression_level = 9
bin_ansible_callbacks = True
-### For we now force usage of python 2 on all operating systems.
-### Ansible 2.8 introduced a automatic discovery that raises a lot of
-### questions. This new discovery will become the new default in 2.12.
-### Until all problems with the discovery have been sorted out we can
-### start using it. For now it is way easier and safer to just force
-### /usr/bin/python which is always python2 on Debian and Ubuntu.
-interpreter_python = /usr/bin/python
-#interpreter_python = auto_silent
+interpreter_python = auto_legacy_silent
## https://github.com/ansible/ansible/issues/56930
force_valid_group_names = ignore