forked from infra/ansible
Add another Ipsilon patch
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
e56db32aa6
commit
bc2bd50a06
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
ipsilon_patches:
|
||||
- 409
|
||||
- integrityerror
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
- name: Download patches
|
||||
ansible.builtin.copy:
|
||||
src: /srv/web/infra/bigfiles/hotfixes/ipsilon/{{ item }}
|
||||
src: /srv/web/infra/bigfiles/hotfixes/ipsilon/{{ item }}.patch
|
||||
dest: /opt/ipsilon-patches/{{ item }}.patch
|
||||
owner: root
|
||||
group: root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue