From 5522793d61fbc56083472b38529a339f64a2b98b Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 22 Aug 2020 20:34:15 -0400 Subject: [PATCH] make sure nginx is restarted at end of mastodon-config/tasks/main.yml --- roles/mastodon-config/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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