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:
parent
a35e21c867
commit
417343b113
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue