From 16706c3535acbb9e9baf602cdf4e0cc5c5f95b47 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 30 May 2019 23:23:35 +0000 Subject: [PATCH] Revert "ansible: try and see if python auto detect issues are related to sftp." This reverts commit c9a4034b5be74aaed79d6b4a0ca81b5212408118. --- inventory/group_vars/all | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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