瀏覽代碼

Ensure matrix-ssl-nginx-proxy-reload.{timer,service} are removed

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3307
pull/3309/head
Slavi Pantaleev 2 年之前
父節點
當前提交
a967f44c10
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      roles/custom/matrix_playbook_migration/tasks/uninstall_matrix_ssl.yml

+ 3
- 1
roles/custom/matrix_playbook_migration/tasks/uninstall_matrix_ssl.yml 查看文件

@@ -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

Loading…
取消
儲存