Fix docker installation process on cent8

This commit is contained in:
Ethan Paul 2020-03-21 13:16:43 -04:00
parent 09892ddc3d
commit 306eda9c3c
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
1 changed files with 0 additions and 9 deletions

View File

@ -9,7 +9,6 @@
file: docker-ce-stable
baseurl: https://download.docker.com/linux/centos/7/$basearch/stable
gpgcheck: false
gpgcakey: https://download.docker.com/linux/centos/gpg
- name: Install Docker on Cent7
become: true
@ -35,11 +34,3 @@
- device-mapper-persistent-data # Required for docker devicestorage driver
- lvm2 # same
- docker-ce-3:18.09.1-3.el7
- name: Install python bindings
become: true
pip:
name:
- docker==4.2.0
- docker-compose==1.25.4
state: present