docker app path

This commit is contained in:
nouchka 2019-01-09 14:05:48 +01:00
parent fdb3738b9c
commit 1caf0703bd
No known key found for this signature in database
GPG Key ID: CE33EAF5679B12A3

View File

@ -36,6 +36,6 @@
or not docker_app_current_version.stdout is defined or not docker_app_current_version.stdout is defined
- name: Install Docker app completion - name: Install Docker app completion
shell: "docker-app completion >> {{ docker_app_completion_path }}" shell: "{{ docker_app_path }} completion >> {{ docker_app_completion_path }}"
args: args:
creates: "{{ docker_app_completion_path }}" creates: "{{ docker_app_completion_path }}"