Browse code

Get docker tests working on OpenSUSE (#51896)

(cherry picked from commit c92fcf0b570fac228eaa89c4a8114b354b4addad)

Jordan Borean authored on 2019/02/08 05:18:08
Showing 2 changed files
... ...
@@ -1,8 +1,3 @@
1
-- name: Template repo
2
-  template:
3
-    src: virt.repo.j2
4
-    dest: /etc/zypp/repos.d/virt.repo
5
-
6 1
 - name: Install docker 17
7 2
   zypper:
8 3
     name: docker>=17
9 4
deleted file mode 100644
... ...
@@ -1,7 +0,0 @@
1
-[Virtualization_containers]
2
-name=Virtualization:containers (openSUSE_Leap_{{ ansible_distribution_version }})
3
-type=rpm-md
4
-baseurl=http://download.opensuse.org/repositories/Virtualization:/containers/openSUSE_Leap_{{ ansible_distribution_version }}/
5
-gpgcheck=1
6
-gpgkey=http://download.opensuse.org/repositories/Virtualization:/containers/openSUSE_Leap_{{ ansible_distribution_version }}/repodata/repomd.xml.key
7
-enabled=1