Do not restart matrix-nginx-proxy during media store import

Previously, it was more necessary to have it
(because we had a dependency between matrix-synapse and matrix-nginx-proxy)..
But nowadays, it can be removed without negative side effects.

Restarting matrix-nginx-proxy is especially bad when the proxy is not installed at all.
This commit is contained in:
Slavi Pantaleev 2018-12-14 16:34:23 +09:00 committed by GitHub
parent 4fd8b66b6e
commit 60c7af93fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,4 +63,3 @@
when: stopping_result.changed
with_items:
- matrix-synapse
- matrix-nginx-proxy