This commit is contained in:
2026-02-17 10:49:25 +01:00
parent cf2ccb6f1b
commit 9505fe5d05

View File

@@ -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