diff options
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/deploy.yml | 2 |
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 |