Change name of task in roles/mastodon-config/tasks/main.yml
This commit is contained in:
parent
6f503dedfe
commit
08fd4dc970
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue