From f2c39e5b3ee29fc50954a47fd4df35e7ad66d657 Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Mon, 5 Nov 2018 14:02:21 +0100 Subject: =?UTF-8?q?fix:=20=F0=9F=98=AC=20really=20fix=20the=20usage=20of?= =?UTF-8?q?=20"clever=5Fapp=5Froot"=20when=20waiting=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup after the fix of #15 it was still missing another case of "git" usage. This should be the last fix about this variable 🤞. --- tasks/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks/deploy.yml') 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 @@ - skip_ansible_lint - name: Watch deployment status - command: clever-wait-deploy.sh + command: "clever-wait-deploy.sh '{{ clever_app_root }}'" async: 900 poll: 0 register: long_command -- cgit v1.2.3