From b15c00b07c8518f3400d3cef3a72e273b484baee Mon Sep 17 00:00:00 2001 From: pavel Date: Wed, 22 Oct 2025 17:23:16 +0300 Subject: [PATCH] 1723 --- files/ansible-playbooks/update-indoor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/ansible-playbooks/update-indoor.yml b/files/ansible-playbooks/update-indoor.yml index 2b5d6ba..9a8b4aa 100644 --- a/files/ansible-playbooks/update-indoor.yml +++ b/files/ansible-playbooks/update-indoor.yml @@ -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"