From 3f37cd4448b2b0c3660308435419d975b9d2726a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 20 Dec 2021 21:17:42 +0000 Subject: [PATCH] Be quiet on interpreter warnings It works fine, I don't need to be screamed at --- ansible/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 5eec73e..b3bf7cb 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -6,7 +6,7 @@ roles_path = $PWD/galaxy_roles:$PWD/roles collections_path = $PWD/galaxy_collections inventory = ./hosts become_ask_pass = True -interpreter_python = auto +interpreter_python = auto_silent vault_password_file = ./vault-pass.sh [ssh_connection]