From 671963edcbedda10022cf788bb74122dbcc9d181 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 8 Jun 2023 10:32:17 +0200 Subject: [PATCH] bugfix: regression from DEV-1060 - prometheus config update was split - update - reload added missing reloads to PMCI playbooks --- pmci-monitoring-update.yml | 3 +++ update-monitoring.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/pmci-monitoring-update.yml b/pmci-monitoring-update.yml index c29f686..ce67660 100644 --- a/pmci-monitoring-update.yml +++ b/pmci-monitoring-update.yml @@ -62,6 +62,9 @@ - include_role: name: prometheus tasks_from: _update_config + - include_role: + name: prometheus + tasks_from: _reload_config ############################################################# # Sending smardigo management message to process diff --git a/update-monitoring.yml b/update-monitoring.yml index 5f12978..d6384cc 100644 --- a/update-monitoring.yml +++ b/update-monitoring.yml @@ -73,6 +73,9 @@ - include_role: name: prometheus tasks_from: _update_config + - include_role: + name: prometheus + tasks_from: _reload_config ############################################################# # Sending smardigo management message to process