mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
build
This commit is contained in:
@@ -17,8 +17,11 @@
|
|||||||
register: proxygroup_check
|
register: proxygroup_check
|
||||||
run_once: true # Run this task only once
|
run_once: true # Run this task only once
|
||||||
|
|
||||||
|
- name: Print proxy_check
|
||||||
|
debug:
|
||||||
|
msg: "{{ proxygroup_check }}"
|
||||||
|
run_once: true # Run this task only once
|
||||||
|
when: proxygroup_check.json.result | length != 0
|
||||||
|
|
||||||
- name: Create proxy group if not exists
|
- name: Create proxy group if not exists
|
||||||
uri:
|
uri:
|
||||||
@@ -40,7 +43,7 @@
|
|||||||
register: proxygroup_check
|
register: proxygroup_check
|
||||||
run_once: true # Run this task only once
|
run_once: true # Run this task only once
|
||||||
|
|
||||||
- name: Print proxy_check
|
- name: Print proxygroup_check
|
||||||
debug:
|
debug:
|
||||||
msg: "{{ proxygroup_check }}"
|
msg: "{{ proxygroup_check }}"
|
||||||
run_once: true # Run this task only once
|
run_once: true # Run this task only once
|
||||||
|
|||||||
Reference in New Issue
Block a user