From 08fd4dc970c6d43b15e3099367ba5ea9d479b33a Mon Sep 17 00:00:00 2001 From: staticsafe Date: Mon, 27 Nov 2017 11:58:11 -0500 Subject: [PATCH] Change name of task in roles/mastodon-config/tasks/main.yml --- roles/mastodon-config/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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