mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 16:12:43 +00:00
7 lines
160 B
YAML
7 lines
160 B
YAML
|
---
|
||
|
|
||
|
- name: Ensure matrix-appservice-discord.service doesn't exist
|
||
|
file:
|
||
|
path: "/etc/systemd/system/matrix-appservice-discord.service"
|
||
|
state: absent
|