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: