mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Bump docker_compose_version to 1.15.0.
This commit is contained in:
parent
a4bc441310
commit
2b507a374e
@ -20,7 +20,7 @@ Available variables are listed below, along with default values (see `defaults/m
|
||||
The `docker_edition` should be either `ce` (Community Edition) or `ee` (Enterprise Edition). You can also specify a specific version of Docker to install using a format like `docker-{{ docker_edition }}-<VERSION>`. And you can control whether the package is installed, uninstalled, or at the latest version by setting `docker_package_state` to `present`, `absent`, or `latest`, respectively.
|
||||
|
||||
docker_install_compose: true
|
||||
docker_compose_version: "1.13.0"
|
||||
docker_compose_version: "1.15.0"
|
||||
docker_compose_path: /usr/local/bin/docker-compose
|
||||
|
||||
Docker Compose installation options.
|
||||
|
@ -6,7 +6,7 @@ docker_package_state: present
|
||||
|
||||
# Docker Compose options.
|
||||
docker_install_compose: true
|
||||
docker_compose_version: "1.13.0"
|
||||
docker_compose_version: "1.15.0"
|
||||
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