This commit is contained in:
2026-02-16 02:00:04 +01:00
parent 925ee7bccc
commit 0e9a3c3f5a

View File

@@ -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: