Use vars for specifying python interpreter
This commit is contained in:
parent
8cc4d46b96
commit
b28f961d7d
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
ansible_python_interpreter = /usr/bin/python3
|
|
||||||
roles_path = ./roles
|
roles_path = ./roles
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
ansible_connection: local
|
||||||
|
ansible_python_interpreter: '/usr/bin/env python'
|
||||||
|
|
||||||
packages: []
|
packages: []
|
||||||
|
|
||||||
xdg_config_dir: '{{ ansible_env.HOME }}/.config'
|
xdg_config_dir: '{{ ansible_env.HOME }}/.config'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue