set interpreter_python to python3

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-02-26 16:30:33 +01:00
parent 1352c13df2
commit 53a059fa2c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -8,6 +8,8 @@ host_key_checking = false
stdout_callback = debug stdout_callback = debug
# https://github.com/ansible/ansible/issues/56930 # https://github.com/ansible/ansible/issues/56930
force_valid_group_names = never force_valid_group_names = never
# fix python discovery warnings
interpreter_python = /usr/bin/python3
[privilege_escalation] [privilege_escalation]
become = true become = true