From 54480d3218fb393dc794ca3e5e23c33739a3bd4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 8 Sep 2022 12:24:14 +0200 Subject: [PATCH] ansible.cfg: use interpreter_python=auto_silent 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, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 62ebe65..8d6e86b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -8,7 +8,7 @@ host_key_checking = false # human-readable stdout/stderr results display stdout_callback = debug # Avoid default Python warnings -interpreter_python = auto +interpreter_python = auto_silent # https://github.com/ansible/ansible/issues/56930 force_valid_group_names = ignore