Don't try to upgrade docker packages

... we just need to make sure they're here but not control the actual
upgrade, it's too opinionated.
This commit is contained in:
Emilien Macchi 2018-04-14 18:28:21 -07:00
parent b29e6b2f43
commit 7fb3cd5f4d
2 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@
name: docker-registry
state: absent
- name: install the latest version of Docker Distribution
- name: ensure docker-distribution is installed
yum:
name: docker-distribution
state: latest
state: present
- name: install the latest version of openstack-kolla
yum:

View File

@ -11,10 +11,10 @@
state: present
reload: yes
- name: install the latest version of Docker
- name: ensure docker is installed
yum:
name: docker
state: latest
state: present
- name: manage /etc/systemd/system/docker.service.d
file: