diff options
author | Matt Clay <matt@mystile.com> | 2017-10-18 18:55:13 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2017-10-18 19:42:31 +0200 |
commit | eb899c9bcdabb14b6e95f1c9fca0c604967459ab (patch) | |
tree | 61ca50fda99ef4cc7491fcc1436247f9791257d6 /test/integration | |
parent | Adds new module allowing you to wait for a bigip (#31846) (diff) | |
download | ansible-eb899c9bcdabb14b6e95f1c9fca0c604967459ab.tar.xz ansible-eb899c9bcdabb14b6e95f1c9fca0c604967459ab.zip |
Fix docker_secret integration test dependencies.
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/targets/docker_secret/tasks/OpenSuse.yml | 2 | ||||
-rw-r--r-- | test/integration/targets/docker_secret/templates/virt.repo.j2 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/integration/targets/docker_secret/tasks/OpenSuse.yml b/test/integration/targets/docker_secret/tasks/OpenSuse.yml index c00f676aea..cd625d8cf0 100644 --- a/test/integration/targets/docker_secret/tasks/OpenSuse.yml +++ b/test/integration/targets/docker_secret/tasks/OpenSuse.yml @@ -5,7 +5,7 @@ - name: Install docker 17 zypper: - name: docker-17.04.0_ce + name: docker>=17 force: yes disable_gpg_check: yes update_cache: yes diff --git a/test/integration/targets/docker_secret/templates/virt.repo.j2 b/test/integration/targets/docker_secret/templates/virt.repo.j2 index 2afd3b0ffd..4d8f380b51 100644 --- a/test/integration/targets/docker_secret/templates/virt.repo.j2 +++ b/test/integration/targets/docker_secret/templates/virt.repo.j2 @@ -1,7 +1,7 @@ [Virtualization_containers] -name=Virtualization:containers (openSUSE_Tumbleweed) +name=Virtualization:containers (openSUSE_Leap_{{ ansible_distribution_version }}) type=rpm-md -baseurl=http://download.opensuse.org/repositories/Virtualization:/containers/openSUSE_Tumbleweed/ +baseurl=http://download.opensuse.org/repositories/Virtualization:/containers/openSUSE_Leap_{{ ansible_distribution_version }}/ gpgcheck=1 -gpgkey=http://download.opensuse.org/repositories/Virtualization:/containers/openSUSE_Tumbleweed//repodata/repomd.xml.key +gpgkey=http://download.opensuse.org/repositories/Virtualization:/containers/openSUSE_Leap_{{ ansible_distribution_version }}/repodata/repomd.xml.key enabled=1 |