removed docker-compose version as it will now be installed via the package manager

This commit is contained in:
Radar231 2023-05-16 21:04:13 -04:00
parent 4674eef9fe
commit 84c3e1edbf
1 changed files with 0 additions and 10 deletions

View File

@ -29,16 +29,6 @@
#
# Default is to apply the playbook against the root user
username: "root"
# Version of docker-compose to install from
# https://github.com/docker/compose/releases
#
# Current (20210211) version is 1.28.2
# Current (20210707) version is 1.29.2
# Current (20211103) version is 2.1.0
# Current (20211229) version is 2.2.2
# Current (20220804) version is 2.9.0
# Current (20221231) version is 2.14.2
docker_compose_version: "v2.14.2"
- role: reboot
# EOF