From 6b73aa2482926fb71ded25f97ff062c88753c676 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Thu, 2 Jul 2020 18:33:26 +0200 Subject: [PATCH] use auto_silent as INTERPRETER_PYTHON --- templates/ansible.cfg.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/ansible.cfg.j2 b/templates/ansible.cfg.j2 index 68c70ef..e03209b 100644 --- a/templates/ansible.cfg.j2 +++ b/templates/ansible.cfg.j2 @@ -2,6 +2,8 @@ nocows = 1 stdout_callback = yaml +interpreter_python = auto_silent + library = /usr/share/ansible/library {% if ansible_use_mitogen %}