Remove the task that stops the exporter.

master
Andrea Dell'Amico 2 years ago
parent f3b048a8b2
commit 1fa3343662
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF

@ -68,13 +68,3 @@
when: mongodb_prometheus_exporter_enabled
tags: [ 'mongodb', 'prometheus', 'mongodb_prometheus' ]
- name: No mongodb exporter
block:
- name: Ensure that prometheus mongodb_exporter is stopped and disabled
ansible.builtin.service:
name: mongodb_exporter
state: stopped
enabled: no
when: not mongodb_prometheus_exporter_enabled
tags: [ 'mongodb', 'prometheus', 'mongodb_prometheus' ]

Loading…
Cancel
Save