mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
build
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user