We do need the trailing / here. Also delete.
This commit is contained in:
parent
eceb03d2dd
commit
18b9782dd0
1 changed files with 6 additions and 4 deletions
|
@ -87,8 +87,9 @@
|
||||||
|
|
||||||
- name: copy over all our badge images
|
- name: copy over all our badge images
|
||||||
synchronize: >
|
synchronize: >
|
||||||
src=/srv/web/infra/badges/pngs
|
src=/srv/web/infra/badges/pngs/
|
||||||
dest=/usr/share/badges/pngs
|
dest=/usr/share/badges/pngs/
|
||||||
|
delete=yes
|
||||||
tags:
|
tags:
|
||||||
- assets
|
- assets
|
||||||
|
|
||||||
|
@ -102,8 +103,9 @@
|
||||||
|
|
||||||
- name: copy over all our badge images
|
- name: copy over all our badge images
|
||||||
synchronize: >
|
synchronize: >
|
||||||
src=/srv/web/infra/badges/stls
|
src=/srv/web/infra/badges/stls/
|
||||||
dest=/usr/share/badges/stls
|
dest=/usr/share/badges/stls/
|
||||||
|
delete=yes
|
||||||
tags:
|
tags:
|
||||||
- assets
|
- assets
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue