Suppress Python interpreter discovery warning in ansible

Sets interpreter_python = auto_silent to keep auto-detection
while silencing the warning about future interpreter changes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-01-13 21:26:41 -08:00
commit 6f182caade

View file

@ -1,5 +1,6 @@
[defaults]
inventory = inventory/hosts.yml
interpreter_python = auto_silent
roles_path = roles
host_key_checking = False