Change package name in docker_setup integration test (#66572)

* Change package name

* Retry to hopefully get a good mirror
This commit is contained in:
Sam Doran 2020-01-17 23:41:42 -05:00 committed by GitHub
parent dd68458da2
commit f15050b09e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,10 @@
name: "{{ docker_prereq_packages }}"
state: present
notify: cleanup docker
register: result
until: result is success
retries: 10
delay: 2
- name: Set-up repository
command: dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo

View file

@ -1,5 +1,5 @@
docker_prereq_packages:
- dnf-utils
- yum-utils
- device-mapper-persistent-data
- lvm2
- libseccomp