Updated docker to 18.06.1
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user