Fixed ansible relative paths
This commit is contained in:
parent
ff67bff7b8
commit
717340a3dd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: Test playbook
|
||||
vars:
|
||||
PROJECT_BASE: "../../"
|
||||
PROJECT_BASE: "{{playbook_dir}}/../../"
|
||||
INSTALL_BASE: "/home/pi/pyServices"
|
||||
|
||||
hosts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue