From 44951845e42cd7ca5544b09e7ab3ed57df601008 Mon Sep 17 00:00:00 2001 From: Greg Sutcliffe Date: Thu, 28 May 2026 11:33:34 +0100 Subject: [PATCH] Zabbix: remove incorrect run_once directives from proxy monitoring Signed-off-by: Greg Sutcliffe --- roles/httpd/proxy/tasks/monitoring.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/httpd/proxy/tasks/monitoring.yml b/roles/httpd/proxy/tasks/monitoring.yml index 9732ed7080..8c9c32254b 100644 --- a/roles/httpd/proxy/tasks/monitoring.yml +++ b/roles/httpd/proxy/tasks/monitoring.yml @@ -65,12 +65,10 @@ host_name: "{{ inventory_hostname }}" link_templates: Proxy checks force: false - run_once: true - name: Add self to Proxy internal checks template in Zabbix community.zabbix.zabbix_host: host_name: "{{ inventory_hostname }}" link_templates: Proxy checks - internal force: false - run_once: true when: "'proxies_rdu3' in group_names"