Do not delete Prometheus/Grafana Docker images

Same reasoning as in 1cd251ed78
This commit is contained in:
Slavi Pantaleev
2021-02-21 11:14:40 +02:00
parent 9bc0eb36ab
commit 77ab0d3e98
3 changed files with 4 additions and 21 deletions

View File

@ -23,9 +23,3 @@
service:
daemon_reload: yes
when: "matrix_prometheus_service_stat.stat.exists|bool"
- name: Ensure matrix-prometheus Docker image doesn't exist
docker_image:
name: "{{ matrix_prometheus_docker_image }}"
state: absent
when: "not matrix_prometheus_enabled|bool"