aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/deploy.yml
diff options
context:
space:
mode:
authorpaulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>2018-11-05 14:28:02 +0100
committerGitHub <noreply@github.com>2018-11-05 14:28:02 +0100
commit729e0bcf8bf2cfb9105af0e91edb0dc8535cc3f0 (patch)
tree518064a1decf740a0894b6702c5a6b076ab80d9e /tasks/deploy.yml
parent4ea7d2664061e806ca99b66af4b97f6e9d68f846 (diff)
parentf2c39e5b3ee29fc50954a47fd4df35e7ad66d657 (diff)
downloadansible-clever-729e0bcf8bf2cfb9105af0e91edb0dc8535cc3f0.tar.gz
ansible-clever-729e0bcf8bf2cfb9105af0e91edb0dc8535cc3f0.tar.zst
ansible-clever-729e0bcf8bf2cfb9105af0e91edb0dc8535cc3f0.zip
Merge pull request #16 from paulrbr-fl/fix-clever-app-root-for-goodv1.7
fix: 😬 really fix the usage of "clever_app_root" when waiting deploy
Diffstat (limited to 'tasks/deploy.yml')
-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