From b1753837d53c07892a858390b596eaf6e164de0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 2 Nov 2020 15:30:52 +0100 Subject: [PATCH] fix Ansible warnings about group names and python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index cc4b52a..29b4f36 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,10 +6,10 @@ remote_user = admin host_key_checking = false # human-readable stdout/stderr results display stdout_callback = debug +# Avoid default Python warnings +interpreter_python = auto # https://github.com/ansible/ansible/issues/56930 -force_valid_group_names = never -# fix python discovery warnings -interpreter_python = /usr/bin/python3 +force_valid_group_names = ignore [privilege_escalation] become = true