mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 13:42:47 +01:00
build
This commit is contained in:
@@ -42,12 +42,6 @@
|
|||||||
register: proxygroup_create
|
register: proxygroup_create
|
||||||
run_once: true # Run this task only once
|
run_once: true # Run this task only once
|
||||||
|
|
||||||
- name: Print proxygroup_create
|
|
||||||
debug:
|
|
||||||
msg: "{{ proxygroup_create }}"
|
|
||||||
run_once: true # Run this task only once
|
|
||||||
when: proxygroup_create.json.result | length != 0
|
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
proxygroup_id: >-
|
proxygroup_id: >-
|
||||||
{{
|
{{
|
||||||
|
|||||||
Reference in New Issue
Block a user