1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-03-03 15:22:17 +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 }}"