Updated docker to 18.06.1

This commit is contained in:
2018-11-21 22:30:20 -05:00
parent 4d41eed4cc
commit 945b679157
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# 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
docker_ce_version_to_install: 18.06.1
nvm_version: v0.33.5
node_version: 8.4.0
registry_location: "registry.wimer.home:5000"

View File

@@ -32,7 +32,6 @@
- mysql-client
- wget
- nfs-common
- docker-ce={{docker_ce_version_to_install}}
- sshpass
- ack-grep
- dnsutils
@@ -40,6 +39,10 @@
- build-essential
- tmux
- name: Install docker-ce
shell: >
apt-get install -y -qq docker-ce=$(apt-cache madison docker-ce | grep "{{ docker_ce_version_to_install }}" | awk {'print $3'})
- name: Remove un-needed programs
apt: name={{ item }} state=absent force=yes
with_items: