Bump compose version to 1.26.2, add the arch notice

This commit is contained in:
Nate Gadzhibalaev 2020-07-28 13:49:37 -07:00
parent fa52c5f28b
commit 65abcbdf17
No known key found for this signature in database
GPG Key ID: F1F1B1AEE21A2EF6
2 changed files with 3 additions and 3 deletions

View File

@ -28,10 +28,10 @@ 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.26.0"
docker_compose_version: "1.26.2"
docker_compose_path: /usr/local/bin/docker-compose
Docker Compose installation options.
Docker Compose installation options. Please note that Docker Compose installation only installs a x86_64 version of Compose. If you're running an ARM system, consider [the pip role with the additional docker-compose pip package](https://github.com/geerlingguy/ansible-role-pip).
docker_apt_release_channel: stable
docker_apt_arch: amd64

View File

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