fix unit files
This commit is contained in:
parent
6c313627d4
commit
7012d9a32b
1 changed files with 6 additions and 5 deletions
|
@ -274,15 +274,16 @@
|
|||
|
||||
- name: Enable Mastodon Media Remove systemd timer unit
|
||||
systemd:
|
||||
name: mastodon-media-remove
|
||||
state: enabled
|
||||
name: mastodon-media-remove.timer
|
||||
state: started
|
||||
enable: true
|
||||
daemon_reload: true
|
||||
|
||||
- name: Enable Mastodon Media Remove systemd timer unit
|
||||
- name: Enable Mastodon systemd timer units
|
||||
systemd:
|
||||
name: "{{ item }}"
|
||||
state: enabled
|
||||
state: started
|
||||
enable: true
|
||||
loop:
|
||||
- mastodon-preview_cards-remove.timer
|
||||
- mastodon-media-remove.timer
|
||||
- mastodon-search-deploy.timer
|
||||
|
|
Loading…
Reference in a new issue