Copy over an icon too.
This commit is contained in:
parent
5033c42e7d
commit
5c65c352da
2 changed files with 6 additions and 0 deletions
BIN
roles/packages/files/package_128x128.png
Normal file
BIN
roles/packages/files/package_128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -92,6 +92,12 @@
|
|||
- packages/tmp
|
||||
when: install_packages_indexer
|
||||
|
||||
- name: Copy over the default icon
|
||||
copy: >
|
||||
src=package_128x128.png
|
||||
dest=/var/cache/fedoracommunity/packages/icons/package_128x128.png
|
||||
when: install_packages_indexer
|
||||
|
||||
- name: Copy some scripts for /usr/local
|
||||
copy: src="{{item}}" dest="/usr/local/bin/{{item}}" mode=0755
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue