fix systemd
This commit is contained in:
parent
7012d9a32b
commit
010fa67a18
1 changed files with 2 additions and 2 deletions
|
@ -276,14 +276,14 @@
|
|||
systemd:
|
||||
name: mastodon-media-remove.timer
|
||||
state: started
|
||||
enable: true
|
||||
enabled: true
|
||||
daemon_reload: true
|
||||
|
||||
- name: Enable Mastodon systemd timer units
|
||||
systemd:
|
||||
name: "{{ item }}"
|
||||
state: started
|
||||
enable: true
|
||||
enabled: true
|
||||
loop:
|
||||
- mastodon-preview_cards-remove.timer
|
||||
- mastodon-search-deploy.timer
|
||||
|
|
Loading…
Reference in a new issue