Get docker tests working on OpenSUSE (#51896)

(cherry picked from commit c92fcf0b57)
This commit is contained in:
Jordan Borean 2019-02-08 06:18:08 +10:00 committed by Toshio Kuratomi
parent c96b9cda21
commit 4829854791
2 changed files with 0 additions and 12 deletions

View file

@ -1,8 +1,3 @@
- name: Template repo
template:
src: virt.repo.j2
dest: /etc/zypp/repos.d/virt.repo
- name: Install docker 17
zypper:
name: docker>=17

View file

@ -1,7 +0,0 @@
[Virtualization_containers]
name=Virtualization:containers (openSUSE_Leap_{{ ansible_distribution_version }})
type=rpm-md
baseurl=http://download.opensuse.org/repositories/Virtualization:/containers/openSUSE_Leap_{{ ansible_distribution_version }}/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/Virtualization:/containers/openSUSE_Leap_{{ ansible_distribution_version }}/repodata/repomd.xml.key
enabled=1