Updated docker and compose versions and removed the group permissions to docker compose
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
# Variables listed here are applicable to all host groups
|
||||
|
||||
docker_compose_version_to_install: 1.18.0
|
||||
docker_ce_version_to_install: 17.09.1~ce-0~ubuntu
|
||||
---
|
||||
# Variables listed here are applicable to all host groups
|
||||
|
||||
docker_compose_version_to_install: 1.22.0
|
||||
docker_ce_version_to_install: 18.03.1~ce-0~ubuntu
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
dest: /usr/local/bin/docker-compose
|
||||
validate_certs: false
|
||||
mode: 755
|
||||
group: docker
|
||||
|
||||
- name: Set timezone to NewYork
|
||||
timezone:
|
||||
|
||||
Reference in New Issue
Block a user