mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 15:42:34 +00: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 }}"
|