This commit is contained in:
2026-02-17 10:46:41 +01:00
parent 27ae113356
commit cf2ccb6f1b

View File

@@ -40,7 +40,10 @@
register: proxygroup_check
run_once: true # Run this task only once
- name: Print proxy_check
debug:
msg: "{{ proxygroup_check }}"
run_once: true # Run this task only once
- name: Check if proxy exists
@@ -59,11 +62,12 @@
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:
@@ -89,4 +93,5 @@
- name: Print proxy_check
debug:
msg: "{{ proxy_check2 }}"
msg: "{{ proxy_check2 }}"
run_once: true # Run this task only once