summaryrefslogtreecommitdiff
path: root/test/integration/targets/yum
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2017-11-01 02:15:17 +0100
committerGitHub <noreply@github.com>2017-11-01 02:15:17 +0100
commit25bfea836dc544dd7ef8d5afa7f14f43bade9ca7 (patch)
tree4c3af4390ec63beee684e7ae20d7a8c010cb0781 /test/integration/targets/yum
parentef32d678689aa69cd1dbab39a5cf7a76feefc05e (diff)
downloadansible-25bfea836dc544dd7ef8d5afa7f14f43bade9ca7.tar.gz
Fix reference to EPEL packages, pleasing Shippable CI
Diffstat (limited to 'test/integration/targets/yum')
-rw-r--r--test/integration/targets/yum/tasks/yum.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/yum/tasks/yum.yml b/test/integration/targets/yum/tasks/yum.yml
index 961b6189d8..5615841f6f 100644
--- a/test/integration/targets/yum/tasks/yum.yml
+++ b/test/integration/targets/yum/tasks/yum.yml
@@ -459,7 +459,7 @@
- name: try to install not compatible arch rpm, should fail
yum:
- name: http://download.fedoraproject.org/pub/epel/7/ppc64le/b/banner-1.3.4-3.el7.ppc64le.rpm
+ name: http://download.fedoraproject.org/pub/epel/7/ppc64le/Packages/b/banner-1.3.4-3.el7.ppc64le.rpm
state: present
register: yum_result
ignore_errors: True
@@ -482,7 +482,7 @@
state: absent
- set_fact:
- pkg_url: http://download.fedoraproject.org/pub/epel/7/x86_64/f/fpaste-0.3.7.4.1-1.el7.noarch.rpm
+ pkg_url: http://download.fedoraproject.org/pub/epel/7/x86_64/Packages/f/fpaste-0.3.7.4.1-1.el7.noarch.rpm
# setup end
- name: download an rpm