Merge pull request #67 from rnestler/update-docker-compose

Update docker-compose version to 1.21.2
This commit is contained in:
Jeff Geerling
2018-05-18 12:38:23 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ The `docker_edition` should be either `ce` (Community Edition) or `ee` (Enterpri
Whether to restart the Docker daemon after the Docker package is installed or updated. If this is set to `True`, this role will flush all handlers (run any of the handlers that have been notified by this and any other role up to this point in the play). The default setting helps avoid firewall clashes with Docker rules (e.g. when using custom `iptables` rules or the `geerlingguy.firewall` Ansible role).
docker_install_compose: True
docker_compose_version: "1.21.1"
docker_compose_version: "1.21.2"
docker_compose_path: /usr/local/bin/docker-compose
Docker Compose installation options.

View File

@@ -7,7 +7,7 @@ docker_restart_on_package_change: True
# Docker Compose options.
docker_install_compose: True
docker_compose_version: "1.21.1"
docker_compose_version: "1.21.2"
docker_compose_path: /usr/local/bin/docker-compose
# Used only for Debian/Ubuntu. Switch 'stable' to 'edge' if needed.