This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix failure trying to stop orphaned systemd services
Fixes
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1461
pull/1471/head
Slavi Pantaleev
4 years ago
parent
067bea25a8
commit
4625b34acc
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
roles/matrix-synapse/tasks/synapse/workers/setup_uninstall.yml
+ 1
- 0
roles/matrix-synapse/tasks/synapse/workers/setup_uninstall.yml
View File
@@ -8,6 +8,7 @@
name: "{{ item.key }}"
state: stopped
with_dict: "{{ ansible_facts.services|default({})|dict2items|selectattr('key', 'match', 'matrix-synapse-worker-.+\\.service')|list|items2dict }}"
when: "item.value['status'] != 'not-found'" # see https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1461
- name: Find worker configs to be cleaned
find:
Write
Preview
Loading…
Cancel
Save