group_vars / all: try and set python2 as default, to override on python3 hosts to see if it fixes delegate.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e4c027bf2d
commit
af3460170a
1 changed files with 5 additions and 0 deletions
|
@ -319,3 +319,8 @@ sshd_sftp: false
|
||||||
# Autodetect python version
|
# Autodetect python version
|
||||||
#
|
#
|
||||||
#ansible_python_interpreter: auto
|
#ansible_python_interpreter: auto
|
||||||
|
|
||||||
|
#
|
||||||
|
# python2 is the default
|
||||||
|
#
|
||||||
|
ansible_python_interpreter: "/usr/bin/python2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue