fix Ansible warnings about group names and python

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-02 15:30:52 +01:00
parent 9d56aa3e84
commit b1753837d5
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 3 deletions

View File

@ -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