We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc9b8a commit ad60e11Copy full SHA for ad60e11
src/main/scripts/ci/ansible/deploy.yml
@@ -4,7 +4,7 @@
4
gather_facts: no
5
remote_user: mystamps
6
vars:
7
- local_war_dir: ../../../../../target
+ local_war_dir: "{{ playbook_dir }}/../../../../../target"
8
remote_war_dir: /data/mystamps
9
uptimerobot:
10
monitorid: 'MyStamps'
0 commit comments