diff --git a/inventory/group_vars/all b/inventory/group_vars/all index f0beb3c08f..622c6d8bf9 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -313,4 +313,9 @@ 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 +sshd_sftp: false + +# +# Autodetect python version +# +ansible_python_interpreter: auto