From 1caf0703bdc5d38a34fe7458a6b1d9e169e392fc Mon Sep 17 00:00:00 2001 From: nouchka Date: Wed, 9 Jan 2019 14:05:48 +0100 Subject: [PATCH] docker app path --- tasks/docker-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/docker-app.yml b/tasks/docker-app.yml index 21dca28..2ee6758 100644 --- a/tasks/docker-app.yml +++ b/tasks/docker-app.yml @@ -36,6 +36,6 @@ or not docker_app_current_version.stdout is defined - name: Install Docker app completion - shell: "docker-app completion >> {{ docker_app_completion_path }}" + shell: "{{ docker_app_path }} completion >> {{ docker_app_completion_path }}" args: creates: "{{ docker_app_completion_path }}"