This commit is contained in:
2026-02-17 11:12:01 +01:00
parent c426ad1618
commit 110ae042d3

View File

@@ -68,12 +68,10 @@
Content-Type: "application/json" Content-Type: "application/json"
Authorization: "Bearer {{ zabbix_auth_token }}" Authorization: "Bearer {{ zabbix_auth_token }}"
register: proxy_check register: proxy_check
run_once: true # Run this task only once
- name: Print proxy_check - name: Print proxy_check
debug: debug:
msg: "{{ proxy_check }}" msg: "{{ proxy_check }}"
run_once: true # Run this task only once
- name: Create proxy if not exists - name: Create proxy if not exists
uri: uri: