Specify why we are stopping Mastodon services in roles/mastodon-postgresql/tasks/main.yml
This commit is contained in:
parent
e7b7b1e51b
commit
7c2251247a
|
@ -8,7 +8,7 @@
|
||||||
- postgresql
|
- postgresql
|
||||||
- postgresql-contrib
|
- postgresql-contrib
|
||||||
- python-psycopg2
|
- 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
|
systemd: name={{ item }} state=stopped
|
||||||
with_items:
|
with_items:
|
||||||
- mastodon-sidekiq
|
- mastodon-sidekiq
|
||||||
|
|
Loading…
Reference in New Issue