Specify why we are stopping Mastodon services in roles/mastodon-postgresql/tasks/main.yml

This commit is contained in:
staticsafe 2017-11-27 14:05:15 -05:00
parent e7b7b1e51b
commit 7c2251247a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
- postgresql
- postgresql-contrib
- python-psycopg2
- name: Stop any Mastodon services that may be running
- name: Stop any Mastodon services that may be running to remove database locks
systemd: name={{ item }} state=stopped
with_items:
- mastodon-sidekiq