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