mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-12 21:32:48 +01:00
build
This commit is contained in:
@@ -68,12 +68,10 @@
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user