diff --git a/roles/zabbix_proxy/tasks/configure.yml b/roles/zabbix_proxy/tasks/configure.yml index f78780e..10d5fb2 100644 --- a/roles/zabbix_proxy/tasks/configure.yml +++ b/roles/zabbix_proxy/tasks/configure.yml @@ -37,10 +37,8 @@ register: proxygroup_check2 run_once: true # Run this task only once -- name: Print proxygroup_check2 - debug: - msg: "{{ proxygroup_check.json.result[0].proxy_groupid }}" - run_once: true + + - name: Check if proxy exists uri: