Change name of task in roles/mastodon-config/tasks/main.yml

This commit is contained in:
staticsafe 2017-11-27 11:58:11 -05:00
parent 6f503dedfe
commit 08fd4dc970
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
state: present state: present
become: true become: true
become_user: mastodon become_user: mastodon
- name: Start Mastodon services - name: (Re)Start Mastodon services
systemd: name={{ item }} state=restarted systemd: name={{ item }} state=restarted
with_items: with_items:
- mastodon-sidekiq - mastodon-sidekiq