From 53a059fa2c1eb0585ab0370904d75c74aaa35ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 26 Feb 2020 16:30:33 +0100 Subject: [PATCH] set interpreter_python to python3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index 62d1ce4..cc4b52a 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -8,6 +8,8 @@ host_key_checking = false stdout_callback = debug # https://github.com/ansible/ansible/issues/56930 force_valid_group_names = never +# fix python discovery warnings +interpreter_python = /usr/bin/python3 [privilege_escalation] become = true