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

@@ -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: