This commit is contained in:
2026-02-16 02:06:50 +01:00
parent 01fd1e79fa
commit 3455f66dab

View File

@@ -241,7 +241,9 @@
Authorization: "Bearer {{ zabbix_auth_token }}"
register: proxygroup_check
run_once: true # Run this task only once
- name: Print proxygroup_check
debug:
msg: "{{ proxygroup_check }}"
- name: Print proxygroup_check
debug:
msg: "{{ proxygroup_check.json.result[0] }}"