]> xn--ix-yja.es Git - alex.git/commitdiff
Silence Python warnings
authoralex <alex@pdp7.net>
Wed, 7 Aug 2024 19:35:34 +0000 (21:35 +0200)
committeralexpdp7 <alex@corcoles.net>
Wed, 7 Aug 2024 19:37:06 +0000 (21:37 +0200)
personal_infra/ansible.cfg

index 94404840e824cf94c4d9f74e2a033f850f26725a..b621132726ae30f6bfdcae1dad5dbe5bbe08e144 100644 (file)
@@ -2,6 +2,7 @@
 inventory = inventory
 vault_password_file = vault_password
 callbacks_enabled = ansible.posix.profile_tasks
+interpreter_python = auto_silent
 
 # TODO: Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this.  Please add this host's fingerprint to your known_hosts file to manage this host.
 host_key_checking = False