1314
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user