Get docker tests working on OpenSUSE (#51896)
(cherry picked from commit c92fcf0b57
)
This commit is contained in:
parent
c96b9cda21
commit
4829854791
2 changed files with 0 additions and 12 deletions
|
@ -1,8 +1,3 @@
|
||||||
- name: Template repo
|
|
||||||
template:
|
|
||||||
src: virt.repo.j2
|
|
||||||
dest: /etc/zypp/repos.d/virt.repo
|
|
||||||
|
|
||||||
- name: Install docker 17
|
- name: Install docker 17
|
||||||
zypper:
|
zypper:
|
||||||
name: docker>=17
|
name: docker>=17
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue