aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
authorPaul Bonaud <paul.bonaud@fretlink.com>2018-11-05 14:02:21 +0100
committerPaul Bonaud <paul.bonaud@fretlink.com>2018-11-05 14:25:01 +0100
commitf2c39e5b3ee29fc50954a47fd4df35e7ad66d657 (patch)
tree518064a1decf740a0894b6702c5a6b076ab80d9e /tasks
parent4ea7d2664061e806ca99b66af4b97f6e9d68f846 (diff)
downloadansible-clever-f2c39e5b3ee29fc50954a47fd4df35e7ad66d657.tar.gz
ansible-clever-f2c39e5b3ee29fc50954a47fd4df35e7ad66d657.tar.zst
ansible-clever-f2c39e5b3ee29fc50954a47fd4df35e7ad66d657.zip
fix: 😬 really fix the usage of "clever_app_root" when waiting deploy
Followup after the fix of #15 it was still missing another case of "git" usage. This should be the last fix about this variable 🤞.
Diffstat (limited to 'tasks')
-rw-r--r--tasks/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/deploy.yml b/tasks/deploy.yml
index ca8bf15..84ebe73 100644
--- a/tasks/deploy.yml
+++ b/tasks/deploy.yml
@@ -52,7 +52,7 @@
52 - skip_ansible_lint 52 - skip_ansible_lint
53 53
54- name: Watch deployment status 54- name: Watch deployment status
55 command: clever-wait-deploy.sh 55 command: "clever-wait-deploy.sh '{{ clever_app_root }}'"
56 async: 900 56 async: 900
57 poll: 0 57 poll: 0
58 register: long_command 58 register: long_command