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
|
||||
|
||||
- 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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user