add docker compose bash completion

This commit is contained in:
Walter Wahlstedt 2020-05-20 15:59:54 -04:00 committed by GitHub
parent 6c8f57893d
commit 44ad6c9c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,3 +18,9 @@
url: https://github.com/docker/compose/releases/download/{{ docker_compose_version }}/docker-compose-Linux-x86_64
dest: "{{ docker_compose_path }}"
mode: 0755
- name: Install Docker Compose Bash Completion (if configured).
get_url:
url: https://raw.github.com/docker/compose/releases/download/{{ docker_compose_version }}/contrib/completion/bash/docker-compose
dest: "{{ docker_compose_bash_completion_path }}"
mode: 0755