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:
parent
5da6155bb5
commit
6f182caade
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[defaults]
|
||||
inventory = inventory/hosts.yml
|
||||
interpreter_python = auto_silent
|
||||
roles_path = roles
|
||||
host_key_checking = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue