From: Dan Mick Date: Mon, 1 Jun 2026 22:47:20 +0000 (-0700) Subject: ansible.cfg: be silent about python interpreter discovery X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eb94682f7483cde406658cc98dc9b6ced7bf1c8e;p=ceph-cm-ansible.git ansible.cfg: be silent about python interpreter discovery What's the point in whining if there's nothing to be done? Signed-off-by: Dan Mick --- diff --git a/ansible.cfg b/ansible.cfg index 88a35046..5c7ba8b3 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,6 +6,8 @@ timeout = 120 callback_whitelist = profile_tasks # default is 0.001, resulting in a storm of select(NULL, ..., 1ms) syscalls internal_poll_interval = 0.01 +# shut up about discovering python. do what you gotta do. +interpreter_python = auto_silent [ssh_connection] retries = 5