fix: python interpreter relates to inventory
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
[defaults]
|
||||
interpreter_python = /usr/bin/python3
|
||||
roles_path = ./roles
|
||||
inventory = inventory/hosts.yml
|
||||
remote_tmp = /tmp/.ansible-${USER}
|
||||
|
||||
@@ -12,3 +12,4 @@ all:
|
||||
ansible_user: jgarcia
|
||||
ansible_become: true
|
||||
ansible_become_method: sudo
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
Reference in New Issue
Block a user