matrix-docker-ansible-deploy/roles/custom/matrix-dendrite
Slavi Pantaleev a04f6f4e3d Optimize uninstall tasks a bit
- forego removing Docker images - it's not effective anyway, because it
  only removes the last version.. which is a drop in the bucket, usually

- do not reload systemd - it's none of our business. `--tags=start`,
  etc., handle this

- combine all uninstall tasks under a single block, which only runs if
  we detect traces (a leftover systemd .service file) of the component.
  If no such .service is detected, we skip them all. This may lead to
  incorect cleanup in rare cases, but is good enough for the most part.
2022-11-25 17:28:57 +02:00
..
defaults Remove various init.yml files - initialize systemd services, etc., statically (not at runtime) 2022-11-23 11:45:46 +02:00
tasks Optimize uninstall tasks a bit 2022-11-25 17:28:57 +02:00
templates/dendrite Update dendrite.yaml.j2 2022-11-22 11:13:53 -05:00
vars Remove unnecessary matrix_dendrite_role_executed 2022-11-23 16:15:33 +02:00