From a4c6ac04fb907680fc1170ac3e97c91345ec4163 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 3 Apr 2025 17:51:18 +0200 Subject: [PATCH] ansible: silence pointless warnings Shut up about the discovered python interpreter already. --- ansible.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index aa4a4a6..8c13554 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,7 @@ [defaults] +interpreter_python = auto_silent nocows = true -filter_plugins = filter_plugins -inventory = inventory.yml remote_user = root -vault_identity = network + +inventory = inventory.yml +filter_plugins = filter_plugins