mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-26 17:51:03 +02:00
docker app path
This commit is contained in:
parent
fdb3738b9c
commit
1caf0703bd
@ -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 }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user