add docker compose bash completion to default install

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

View File

@ -13,6 +13,7 @@ docker_restart_handler_state: restarted
docker_install_compose: true
docker_compose_version: "1.25.4"
docker_compose_path: /usr/local/bin/docker-compose
docker_compose_bash_completion_path: /etc/bash_completion.d/docker-compose
# Used only for Debian/Ubuntu. Switch 'stable' to 'edge' if needed.
docker_apt_release_channel: stable