From d371aaca1f4fd50a0793bbc248bcb754de45206c Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Fri, 10 Apr 2026 15:55:54 -0700 Subject: [PATCH] be silent about auto-detecting python --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 167c498..bd6f3e3 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,4 @@ [defaults] library = ./library/ansible-aur +interpreter_python = auto_silent force_handlers = True