mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 10:21:40 -05:00
8 lines
148 B
YAML
8 lines
148 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Ensure Matrix services stopped
|
||
|
service:
|
||
|
name: "{{ item }}"
|
||
|
state: stopped
|
||
|
with_items: "{{ matrix_systemd_services_list }}"
|