]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
ansible.cfg: be silent about python interpreter discovery
authorDan Mick <dmick@ibm.com>
Mon, 1 Jun 2026 22:47:20 +0000 (15:47 -0700)
committerDan Mick <dmick@ibm.com>
Mon, 1 Jun 2026 22:47:20 +0000 (15:47 -0700)
What's the point in whining if there's nothing to be done?

Signed-off-by: Dan Mick <dmick@ibm.com>
ansible.cfg

index 88a35046fa343cf9283030e26bdc6b3c7530dc1c..5c7ba8b3d9b8b3c8ae6ac320c633462d194ae270 100644 (file)
@@ -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