0509
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
rmq_exchange: "{{ lookup('env','RMQ_EXCHANGE') | default('controls', true) }}"
|
||||
control_queue: "{{ lookup('env','CONTROLQUEUE') | default('queue_controls', true) }}"
|
||||
|
||||
debug_aic: false
|
||||
|
||||
tasks:
|
||||
# ---- Normalize metadata from delayed message ----
|
||||
- name: Normalize after upgrade metadata into facts
|
||||
@@ -353,13 +355,12 @@
|
||||
|
||||
- name: Debug | banner normalization inputs
|
||||
delegate_to: localhost
|
||||
when: debug_aic | bool
|
||||
when: (debug_aic | default(false)) | bool
|
||||
ansible.builtin.debug:
|
||||
msg:
|
||||
- "banner_raw={{ (firmware_banner.stdout | default(firmware_banner) | default('')) | trim }}"
|
||||
- "banner_raw={{ (dev2_fwver.stdout | default('') | trim) }}"
|
||||
- "normalize rule: '2.2.1 rev 6801' -> '2.2.1-r6801'"
|
||||
|
||||
|
||||
- name: Debug show raw firmware readout from DEV2
|
||||
delegate_to: localhost
|
||||
ansible.builtin.debug:
|
||||
|
||||
Reference in New Issue
Block a user