bugfix: regression from DEV-1060

- prometheus config update was split
    - update
    - reload
  added missing reloads to PMCI playbooks
qa
Sven Ketelsen 3 years ago
parent 46513ab8a2
commit 671963edcb

@ -62,6 +62,9 @@
- include_role: - include_role:
name: prometheus name: prometheus
tasks_from: _update_config tasks_from: _update_config
- include_role:
name: prometheus
tasks_from: _reload_config
############################################################# #############################################################
# Sending smardigo management message to process # Sending smardigo management message to process

@ -73,6 +73,9 @@
- include_role: - include_role:
name: prometheus name: prometheus
tasks_from: _update_config tasks_from: _update_config
- include_role:
name: prometheus
tasks_from: _reload_config
############################################################# #############################################################
# Sending smardigo management message to process # Sending smardigo management message to process

Loading…
Cancel
Save