1723
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user