This commit is contained in:
2025-10-22 17:23:16 +03:00
parent 23352841e3
commit b15c00b07c

View File

@@ -124,7 +124,7 @@
- "arp_add.out={{ (dev2_arp_add.stdout | default('')) | trim }}"
- "arp_add.err={{ (dev2_arp_add.stderr | default('')) | trim }}"
- name: Note: skipping static ARP add (no MAC discovered)
- name: Note skipping static ARP add (no MAC discovered)
when: dev2_mac is not defined or dev2_mac | length == 0
ansible.builtin.debug:
msg: "No suitable dynamic MAC found via bridge fdb; skipping static ARP add on DEV1"
@@ -927,7 +927,7 @@
when: tag_restart_sched_payload is defined
delegate_to: localhost
- name: Note: reboot was requested but value is invalid (format warning)
- name: Note reboot was requested but value is invalid (format warning)
when: (rebootin | default('') | string | trim | length) > 0 and not _reboot_requested
ansible.builtin.debug:
msg: "Reboot requested but value '{{ rebootin | string | trim }}' is invalid; not applied"