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,3 +1,6 @@
|
|||
ansible_connection: local
|
||||
ansible_python_interpreter: '/usr/bin/env python'
|
||||
|
||||
packages: []
|
||||
|
||||
xdg_config_dir: '{{ ansible_env.HOME }}/.config'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue