Add native Traefik support to rageshake
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
---
|
||||
|
||||
- name: Check existence of matrix-rageshake service
|
||||
ansible.builtin.stat:
|
||||
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-rageshake.service"
|
||||
@ -18,7 +19,7 @@
|
||||
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-rageshake.service"
|
||||
state: absent
|
||||
|
||||
- name: Ensure Matrix rageshake paths don't exist
|
||||
- name: Ensure rageshake paths don't exist
|
||||
ansible.builtin.file:
|
||||
path: "{{ matrix_rageshake_base_path }}"
|
||||
state: absent
|
||||
|
Reference in New Issue
Block a user