Files
matrix-docker-ansible-deploy/roles/custom/matrix-common-after/tasks/stop.yml
T
2022-11-03 09:11:29 +02:00

8 lines
164 B
YAML

---
- name: Ensure Matrix services stopped
ansible.builtin.service:
name: "{{ item }}"
state: stopped
with_items: "{{ matrix_systemd_services_list }}"