Skip to content
Snippets Groups Projects
Commit 8d5355db authored by Dai, Dang Van's avatar Dai, Dang Van Committed by Dai Dang Van
Browse files

Fix bootstrap prometheus container location

This change to fix the case that
I won't use prometheus-mysqld-exporter

Change-Id: I1936bbae0172f4e65605d71066dced837bc30f7a
parent 4ded787e
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
priv: "*.*:PROCESS,REPLICATION CLIENT,SELECT"
append_privs: "yes"
run_once: True
delegate_to: "{{ groups['prometheus-mysqld-exporter'][0] }}"
delegate_to: "{{ groups['prometheus'][0] }}"
when:
- enable_prometheus_mysqld_exporter | bool
- not use_preconfigured_databases | bool
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment