From aa992355458e2b64e7623a18496548f184780e84 Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Sat, 18 Jan 2025 00:57:25 +0100 Subject: [PATCH] Silencing Ansible warnings about auto-discovered Python version --- .local/share/dotfiles/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/share/dotfiles/ansible.cfg b/.local/share/dotfiles/ansible.cfg index 34b2e38..21e506f 100644 --- a/.local/share/dotfiles/ansible.cfg +++ b/.local/share/dotfiles/ansible.cfg @@ -1,4 +1,5 @@ [defaults] +interpreter_python = auto_silent inventory = inventory.ini [privilege_escalation]