Update docker-compose version to 1.21.2
See https://github.com/docker/compose/releases/tag/1.21.2
This commit is contained in:
parent
99dc588c77
commit
8f1804c930
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user