Try restarting the mastodon services in roles/mastodon-config/tasks/main.yml
This commit is contained in:
parent
72aad4357d
commit
5f12cf17d1
|
@ -79,7 +79,7 @@
|
|||
become: true
|
||||
become_user: mastodon
|
||||
- name: Start Mastodon services
|
||||
systemd: name={{ item }} state=started
|
||||
systemd: name={{ item }} state=restarted
|
||||
with_items:
|
||||
- mastodon-sidekiq
|
||||
- mastodon-streaming
|
||||
|
|
Loading…
Reference in New Issue