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