mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-12 21:32:48 +01:00
build
This commit is contained in:
@@ -244,9 +244,10 @@
|
|||||||
- name: Print proxygroup_check
|
- name: Print proxygroup_check
|
||||||
debug:
|
debug:
|
||||||
msg: "{{ proxygroup_check }}"
|
msg: "{{ proxygroup_check }}"
|
||||||
|
|
||||||
- name: Print proxygroup_check
|
- name: Print proxygroup_check
|
||||||
debug:
|
debug:
|
||||||
msg: "{{ proxygroup_check.json.result[0].proxy_groupid }}"
|
msg: "{{ (proxygroup_check| from_json).result[0].proxy_groupid }}"
|
||||||
|
|
||||||
- name: Create proxy if not exists
|
- name: Create proxy if not exists
|
||||||
uri:
|
uri:
|
||||||
|
|||||||
Reference in New Issue
Block a user