mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
build
This commit is contained in:
@@ -266,16 +266,13 @@
|
||||
Content-Type: "application/json"
|
||||
Authorization: "Bearer {{ zabbix_auth_token }}"
|
||||
when: proxygroup_check.json.result | length == 0
|
||||
register: proxygroup_check
|
||||
register: proxygroup_check2
|
||||
run_once: true # Run this task only once
|
||||
|
||||
|
||||
|
||||
|
||||
- name: Print proxygroup_check2
|
||||
debug:
|
||||
msg: "{{ proxygroup_check.json.result[0].proxy_groupid }}"
|
||||
|
||||
run_once: true
|
||||
|
||||
- name: Check if proxy exists
|
||||
uri:
|
||||
|
||||
Reference in New Issue
Block a user