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:
Kevin Fenzi 2024-12-02 10:03:08 -08:00
parent a35e21c867
commit 417343b113

View file

@ -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