diff --git a/roles/mastodon-config/tasks/main.yml b/roles/mastodon-config/tasks/main.yml index 557a244..3e45d0f 100644 --- a/roles/mastodon-config/tasks/main.yml +++ b/roles/mastodon-config/tasks/main.yml @@ -33,9 +33,10 @@ state: present become: true become_user: mastodon -- name: (Re)Start Mastodon services +- name: (Re)Start Mastodon services and nginx systemd: name={{ item }} state=restarted with_items: - mastodon-sidekiq - mastodon-streaming - mastodon-web + - nginx