mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Fix reference to EPEL packages, pleasing Shippable CI
This commit is contained in:
parent
ef32d67868
commit
25bfea836d
1 changed files with 2 additions and 2 deletions
|
@ -459,7 +459,7 @@
|
||||||
|
|
||||||
- name: try to install not compatible arch rpm, should fail
|
- name: try to install not compatible arch rpm, should fail
|
||||||
yum:
|
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
|
state: present
|
||||||
register: yum_result
|
register: yum_result
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
@ -482,7 +482,7 @@
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- set_fact:
|
- 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
|
# setup end
|
||||||
|
|
||||||
- name: download an rpm
|
- name: download an rpm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue