From 2317ef25eeff88186d1c529e3ab2c4e89d3b5653 Mon Sep 17 00:00:00 2001 From: severinkaelin <39438642+severinkaelin@users.noreply.github.com> Date: Wed, 10 Jun 2020 00:07:05 +0200 Subject: [PATCH 1/2] Change docker compose version to 1.26.0 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index ba5ba8a..fc8d79e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -11,7 +11,7 @@ docker_restart_handler_state: restarted # Docker Compose options. docker_install_compose: true -docker_compose_version: "1.25.4" +docker_compose_version: "1.26.0" docker_compose_path: /usr/local/bin/docker-compose # Used only for Debian/Ubuntu. Switch 'stable' to 'edge' if needed. From d48eddeb0cd9d1ac394d6c42850afbe2d0ca7ac5 Mon Sep 17 00:00:00 2001 From: severinkaelin <39438642+severinkaelin@users.noreply.github.com> Date: Wed, 10 Jun 2020 00:08:35 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 036b560..e6e9e43 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You can control whether the package is installed, uninstalled, or at the latest Variables to control the state of the `docker` service, and whether it should start on boot. If you're installing Docker inside a Docker container without systemd or sysvinit, you should set these to `stopped` and set the enabled variable to `no`. docker_install_compose: true - docker_compose_version: "1.25.4" + docker_compose_version: "1.26.0" docker_compose_path: /usr/local/bin/docker-compose Docker Compose installation options.