ansible: try and move the ansible_python_interpreter setting to group_vars/all

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2019-05-30 22:34:06 +00:00
parent 5caa9024c5
commit ca87780119
2 changed files with 5 additions and 4 deletions

View File

@@ -314,3 +314,8 @@ redirectmatch_enabled: True
# sshd can run a internal sftp server, we need this on some hosts, but
# not on most of them, so default to false
sshd_sftp: false
#
# Autodetect python version
#
ansible_python_interpreter: auto

View File

@@ -29,10 +29,6 @@ forks = 150
#module_lang = C
#module_set_locale = False
# auto detect the python to use on targets based on table,
# then searching a python path for one.
interpreter_python=auto
# plays will gather facts by default, which contain information about
# the remote system.
#