fix systemd

This commit is contained in:
Antonio J. Delgado 2022-11-22 14:08:05 +02:00
parent 7012d9a32b
commit 010fa67a18

View file

@ -276,14 +276,14 @@
systemd: systemd:
name: mastodon-media-remove.timer name: mastodon-media-remove.timer
state: started state: started
enable: true enabled: true
daemon_reload: true daemon_reload: true
- name: Enable Mastodon systemd timer units - name: Enable Mastodon systemd timer units
systemd: systemd:
name: "{{ item }}" name: "{{ item }}"
state: started state: started
enable: true enabled: true
loop: loop:
- mastodon-preview_cards-remove.timer - mastodon-preview_cards-remove.timer
- mastodon-search-deploy.timer - mastodon-search-deploy.timer