From 110ae042d3907bb0f2d6add2a8ba10af62a7be27 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 17 Feb 2026 11:12:01 +0100 Subject: [PATCH] build --- roles/zabbix_proxy/tasks/configure.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/zabbix_proxy/tasks/configure.yml b/roles/zabbix_proxy/tasks/configure.yml index 13a334b..256cd5d 100644 --- a/roles/zabbix_proxy/tasks/configure.yml +++ b/roles/zabbix_proxy/tasks/configure.yml @@ -68,12 +68,10 @@ Content-Type: "application/json" Authorization: "Bearer {{ zabbix_auth_token }}" register: proxy_check - run_once: true # Run this task only once - name: Print proxy_check debug: msg: "{{ proxy_check }}" - run_once: true # Run this task only once - name: Create proxy if not exists uri: