mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 13:42:47 +01:00
build
This commit is contained in:
@@ -17,8 +17,11 @@
|
||||
register: proxygroup_check
|
||||
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
|
||||
uri:
|
||||
@@ -40,7 +43,7 @@
|
||||
register: proxygroup_check
|
||||
run_once: true # Run this task only once
|
||||
|
||||
- name: Print proxy_check
|
||||
- name: Print proxygroup_check
|
||||
debug:
|
||||
msg: "{{ proxygroup_check }}"
|
||||
run_once: true # Run this task only once
|
||||
|
||||
Reference in New Issue
Block a user