diff --git a/roles/mastodon-config/tasks/main.yml b/roles/mastodon-config/tasks/main.yml index 935fc4f..a4e6cbe 100644 --- a/roles/mastodon-config/tasks/main.yml +++ b/roles/mastodon-config/tasks/main.yml @@ -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