This commit is contained in:
2026-02-15 13:14:13 +02:00
parent 458015cf00
commit 46525035b6

View File

@@ -387,6 +387,12 @@
set_fact:
inscope_device_name: "{{ ansible_hostname | default(inventory_hostname) }}"
- name: Expose outcome facts for scheduler wrapper
set_fact:
wifidebug_result_status: "{{ result_status | default('UNKNOWN') }}"
wifidebug_success: "{{ (result_status | default('')) in ['SUCCESS_DEPLOYED','SUCCESS_NO_CHANGE'] }}"
changed_when: false
# (a) Set custom field wifidebug -> v15 on control queue
- name: Build custom-field payload (wifidebug -> version)