Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Felix Herzog 2019-10-28 14:43:54 +01:00
commit 6e18f1ba3f
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ docker_restart_handler_state: restarted
# Docker Compose options.
docker_install_compose: true
docker_compose_version: "1.22.0"
docker_compose_version: "1.24.1"
docker_compose_path: /usr/local/bin/docker-compose
# Used only for Debian/Ubuntu. Switch 'stable' to 'edge' if needed.

View File

@ -25,7 +25,7 @@
meta: flush_handlers
- include_tasks: docker-compose.yml
when: docker_install_compose
when: docker_install_compose | bool
- include_tasks: docker-users.yml
when: docker_users
when: docker_users | length > 0