From 0e9a3c3f5a970a8feeb0d8b03a77683cff944c71 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 16 Feb 2026 02:00:04 +0100 Subject: [PATCH] build --- roles/zabbix_proxy/tasks/Rocky.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/zabbix_proxy/tasks/Rocky.yml b/roles/zabbix_proxy/tasks/Rocky.yml index 46f4c7f..938435c 100644 --- a/roles/zabbix_proxy/tasks/Rocky.yml +++ b/roles/zabbix_proxy/tasks/Rocky.yml @@ -241,7 +241,6 @@ Authorization: "Bearer {{ zabbix_auth_token }}" register: proxygroup_check run_once: true # Run this task only once - delegate_to: "{{ groups['all'][0] }}" - name: Print proxygroup_check debug: @@ -266,7 +265,6 @@ when: proxygroup_check.json.result | length == 0 register: proxygroup_check2 run_once: true # Run this task only once - delegate_to: "{{ groups['all'][0] }}" - name: Print proxygroup_check2 debug: