removed exact path to python interpreter
parent
d124b625de
commit
03134f1da4
@ -1,7 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
become: true
|
become: true
|
||||||
vars:
|
|
||||||
ansible_python_interpreter: /Users/chatton/checkouts/ansible-homelab/venv/bin/python
|
|
||||||
roles:
|
roles:
|
||||||
- role: 'roles/setup_linode'
|
- role: 'roles/setup_linode'
|
||||||
|
|||||||
Loading…
Reference in New Issue