make sure nginx is restarted at end of mastodon-config/tasks/main.yml

This commit is contained in:
staticsafe 2020-08-22 20:34:15 -04:00
parent a85d00738a
commit 5522793d61
1 changed files with 2 additions and 1 deletions

View File

@ -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