summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-02-18 00:50:57 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-02-18 00:50:57 +0100
commitf17372704aff042a90b6a56829e5f1216e16fc61 (patch)
treee9680f0368f5bd1565750b941b30bc556e55762a /ansible.cfg
parentfix TODO (diff)
ele-media upgrade nextcloud and system
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg9
1 files changed, 8 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg
index ae27edfa..372cd74a 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -22,7 +22,14 @@ var_compression_level = 9
bin_ansible_callbacks = True
-interpreter_python = auto_silent
+### 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
## https://github.com/ansible/ansible/issues/56930
force_valid_group_names = ignore