diff --git a/roles/mastodon-config/tasks/main.yml b/roles/mastodon-config/tasks/main.yml index aec0a5c..adc0183 100644 --- a/roles/mastodon-config/tasks/main.yml +++ b/roles/mastodon-config/tasks/main.yml @@ -78,7 +78,7 @@ state: present become: true become_user: mastodon -- name: Start Mastodon services +- name: (Re)Start Mastodon services systemd: name={{ item }} state=restarted with_items: - mastodon-sidekiq