make sure nginx is restarted at end of mastodon-config/tasks/main.yml
This commit is contained in:
parent
a85d00738a
commit
5522793d61
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue