This commit is contained in:
2025-10-23 05:09:48 +03:00
parent f0d0fe9760
commit 9aadf7bb10
14 changed files with 4 additions and 8982 deletions

View File

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