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:
Kevin Fenzi 2019-07-01 17:03:13 +00:00
parent e4c027bf2d
commit af3460170a

View file

@ -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"