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: true
|
||||||
become_user: mastodon
|
become_user: mastodon
|
||||||
- name: Start Mastodon services
|
- name: Start Mastodon services
|
||||||
systemd: name={{ item }} state=started
|
systemd: name={{ item }} state=restarted
|
||||||
with_items:
|
with_items:
|
||||||
- mastodon-sidekiq
|
- mastodon-sidekiq
|
||||||
- mastodon-streaming
|
- mastodon-streaming
|
||||||
|
|
Loading…
Reference in New Issue