Skip to content

Commit

Permalink
Ensure matrix-ssl-nginx-proxy-reload.{timer,service} are removed
Browse files Browse the repository at this point in the history
Fixes #3307
  • Loading branch information
spantaleev committed May 7, 2024
1 parent 14f09cc commit a967f44
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
path: "{{ matrix_base_data_path }}/ssl"
state: absent

- name: Ensure matrix-ssl-lets-encrypt-certificates-renew systemd timer and service are gone
- name: Ensure matrix SSL-related systemd timers and services are gone
ansible.builtin.file:
path: "{{ devture_systemd_docker_base_systemd_path }}/{{ item }}"
state: absent
with_items:
- matrix-ssl-lets-encrypt-certificates-renew.timer
- matrix-ssl-lets-encrypt-certificates-renew.service
- matrix-ssl-nginx-proxy-reload.timer
- matrix-ssl-nginx-proxy-reload.service

0 comments on commit a967f44

Please sign in to comment.