This commit is contained in:
2025-10-28 09:55:57 +02:00
parent 8574891864
commit e1ae30c4ce

View File

@@ -229,7 +229,7 @@
debug:
msg:
- "Dev1 collected fw='{{ dev1_fw_clean | default('') }}'"
- "Inventory fw (hostvars.custom_fields.fw_version)='{{ (hostvars[inventory_hostname].custom_fields.fw_version | default('')) }}'"
- "Inventory fw (hostvars.custom_fields.fw_version)='{{ nb_fw_version | default('')) }}'"
- name: Dev1 | Version matches NetBox → skip update
when: (dev1_fw_clean | default('')) == (nb_fw_version | default(''))