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
|
||||
become: true
|
||||
become_user: mastodon
|
||||
- name: Start Mastodon services
|
||||
- name: (Re)Start Mastodon services
|
||||
systemd: name={{ item }} state=restarted
|
||||
with_items:
|
||||
- mastodon-sidekiq
|
||||
|
|
Loading…
Reference in New Issue