mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fix reference to EPEL packages, pleasing Shippable CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user