Procházet zdrojové kódy

Make uninstall tasks for Synapse delete bin/

pull/2304/head
Slavi Pantaleev před 3 roky
rodič
revize
c928148261
1 změnil soubory, kde provedl 5 přidání a 2 odebrání
  1. +5
    -2
      roles/custom/matrix-synapse/tasks/synapse/setup_uninstall.yml

+ 5
- 2
roles/custom/matrix-synapse/tasks/synapse/setup_uninstall.yml Zobrazit soubor

@@ -14,10 +14,13 @@
enabled: false
daemon_reload: true

- name: Ensure matrix-synapse.service doesn't exist
- name: Ensure Synapse paths don't exist
ansible.builtin.file:
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-synapse.service"
path: "{{ item }}"
state: absent
with_items:
- "{{ devture_systemd_docker_base_systemd_path }}/matrix-synapse.service"
- "{{ matrix_synapse_bin_path }}"

- name: Ensure sample prometheus.yml for external scraping is deleted
ansible.builtin.file:


Načítá se…
Zrušit
Uložit