From c1daa61121ad6800bff06e9b194d402a511d67a8 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sat, 15 Mar 2025 21:35:13 +0100 Subject: ansible: suppress warning about python --- ansible/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 4419295..4c15ae0 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -6,3 +6,4 @@ host_key_checking = False retry_files_enabled = False inventory = ./inventory.proxmox.yaml vault_password_file = ./.vault_password +interpreter_python = auto_silent -- cgit v1.2.3