services/mastodon_spacestate: Alter picture

This commit is contained in:
polyfloyd 2022-12-21 21:03:16 +01:00
parent 2ebc9f54e6
commit b6a81cde7e
3 changed files with 17 additions and 0 deletions

View file

@ -22,6 +22,18 @@
mode: 0655
notify: restart mastodon-spacestate
- name: Copy profile picture files
copy:
src: "files/{{ item }}"
dest: /var/lib/mastodon-spacestate/{{ item }}
owner: root
group: root
mode: 0655
with_items:
- closed.png
- open.png
notify: restart mastodon-spacestate
- name: Install service file
template:
src: mastodon-spacestate.service