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: