Fix variable name in globals.yml for enabling the memcached_exporter

Change-Id: I3301f881bbcd1d10497e97afc0d65677aa7fc8de
Signed-off-by: Norman Ziegner <n.ziegner@hzdr.de>
This commit is contained in:
Norman Ziegner 2025-03-13 11:27:35 +01:00
parent 9ed16a3874
commit 3dae9aa49e
No known key found for this signature in database
GPG Key ID: 1593A3F64A0D6A67

@ -755,7 +755,7 @@ workaround_ansible_issue_8743: yes
#enable_prometheus_node_exporter: "{{ enable_prometheus | bool }}"
#enable_prometheus_cadvisor: "{{ enable_prometheus | bool }}"
#enable_prometheus_fluentd_integration: "{{ enable_prometheus | bool and enable_fluentd | bool }}"
#enable_prometheus_memcached: "{{ enable_prometheus | bool }}"
#enable_prometheus_memcached_exporter: "{{ enable_prometheus | bool }}"
#enable_prometheus_alertmanager: "{{ enable_prometheus | bool }}"
#enable_prometheus_alertmanager_external: "{{ enable_prometheus_alertmanager | bool }}"
#enable_prometheus_ceph_mgr_exporter: "no"