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
|
||||
synchronize: >
|
||||
src=/srv/web/infra/badges/pngs
|
||||
dest=/usr/share/badges/pngs
|
||||
src=/srv/web/infra/badges/pngs/
|
||||
dest=/usr/share/badges/pngs/
|
||||
delete=yes
|
||||
tags:
|
||||
- assets
|
||||
|
||||
|
@ -102,8 +103,9 @@
|
|||
|
||||
- name: copy over all our badge images
|
||||
synchronize: >
|
||||
src=/srv/web/infra/badges/stls
|
||||
dest=/usr/share/badges/stls
|
||||
src=/srv/web/infra/badges/stls/
|
||||
dest=/usr/share/badges/stls/
|
||||
delete=yes
|
||||
tags:
|
||||
- assets
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue