mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 15:22:40 +08:00
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:
@@ -319,3 +319,8 @@ sshd_sftp: false
|
||||
# Autodetect python version
|
||||
#
|
||||
#ansible_python_interpreter: auto
|
||||
|
||||
#
|
||||
# python2 is the default
|
||||
#
|
||||
ansible_python_interpreter: "/usr/bin/python2"
|
||||
|
||||
Reference in New Issue
Block a user