fix unit files

This commit is contained in:
Antonio J. Delgado 2022-11-22 14:03:40 +02:00
parent 6c313627d4
commit 7012d9a32b

View file

@ -274,15 +274,16 @@
- name: Enable Mastodon Media Remove systemd timer unit - name: Enable Mastodon Media Remove systemd timer unit
systemd: systemd:
name: mastodon-media-remove name: mastodon-media-remove.timer
state: enabled state: started
enable: true
daemon_reload: true daemon_reload: true
- name: Enable Mastodon Media Remove systemd timer unit - name: Enable Mastodon systemd timer units
systemd: systemd:
name: "{{ item }}" name: "{{ item }}"
state: enabled state: started
enable: true
loop: loop:
- mastodon-preview_cards-remove.timer - mastodon-preview_cards-remove.timer
- mastodon-media-remove.timer
- mastodon-search-deploy.timer - mastodon-search-deploy.timer