From 17fa9ff95075b81274423791ae490d2c84759b4e Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 11 Dec 2019 19:30:20 +0100 Subject: [PATCH] change ansible config: silence warnings --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index d6bbf37..32215cf 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,6 +2,7 @@ inventory = hosts stdout_callback = debug hash_behaviour = merge +interpreter_python = auto_silent [diff] always = True -- 2.30.2