From 6f182caaded51214a21e8ae8fc64eddc652cf8a1 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 13 Jan 2026 21:26:41 -0800 Subject: [PATCH] Suppress Python interpreter discovery warning in ansible Sets interpreter_python = auto_silent to keep auto-detection while silencing the warning about future interpreter changes. Co-Authored-By: Claude Opus 4.5 --- ansible/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index d888f5b..cd644a6 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,5 +1,6 @@ [defaults] inventory = inventory/hosts.yml +interpreter_python = auto_silent roles_path = roles host_key_checking = False