mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 13:01:36 +08:00
ipsilon: switch away from broken get_url to a local file with hotfix
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
state: directory
|
||||
|
||||
- name: download patches
|
||||
ansible.builtin.get_url:
|
||||
url: https://pagure.io/ipsilon/pull-request/{{item}}.patch
|
||||
dest: /opt/ipsilon-patches/{{item}}.patch
|
||||
copy: >
|
||||
src=/srv/web/infra/bigfiles/hotfixes/ipsilon/{{ item }} dest=/opt/ipsilon-patches/{{item}}.patch
|
||||
owner=root group=root mode=0644
|
||||
loop: "{{ ipsilon_patches }}"
|
||||
|
||||
- name: apply patches
|
||||
|
||||
Reference in New Issue
Block a user