3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-27 11:10:25 +00:00
Files
matrix-docker-ansible-deploy/roles/matrix-bridge-appservice-irc/tasks/setup_uninstall.yml
2019-05-21 09:57:48 +09:00

7 lines
152 B
YAML

---
- name: Ensure matrix-appservice-irc.service doesn't exist
file:
path: "/etc/systemd/system/matrix-appservice-irc.service"
state: absent