mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 01:31:51 +00:00
fix Ansible warnings about group names and python
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9d56aa3e84
commit
b1753837d5
@ -6,10 +6,10 @@ remote_user = admin
|
||||
host_key_checking = false
|
||||
# human-readable stdout/stderr results display
|
||||
stdout_callback = debug
|
||||
# Avoid default Python warnings
|
||||
interpreter_python = auto
|
||||
# https://github.com/ansible/ansible/issues/56930
|
||||
force_valid_group_names = never
|
||||
# fix python discovery warnings
|
||||
interpreter_python = /usr/bin/python3
|
||||
force_valid_group_names = ignore
|
||||
|
||||
[privilege_escalation]
|
||||
become = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user