ansible: silence pointless warnings

Shut up about the discovered python interpreter already.
This commit is contained in:
Timotej Lazar 2025-04-03 17:51:18 +02:00
parent 39284749f2
commit a4c6ac04fb

View file

@ -1,6 +1,7 @@
[defaults] [defaults]
interpreter_python = auto_silent
nocows = true nocows = true
filter_plugins = filter_plugins
inventory = inventory.yml
remote_user = root remote_user = root
vault_identity = network
inventory = inventory.yml
filter_plugins = filter_plugins