diff --git a/files/ansible-playbooks/indoor-restart-cloudagent.yml b/files/ansible-playbooks/indoor-restart-cloudagent.yml index 95ffcbd..9226c15 100644 --- a/files/ansible-playbooks/indoor-restart-cloudagent.yml +++ b/files/ansible-playbooks/indoor-restart-cloudagent.yml @@ -401,7 +401,7 @@ changed_when: false # -------------------- CHANGE 2: safety guard using dev2_mac (only if we actually discovered one) -------------------- - - name: Read remote eth0 MAC via selected connection (guard: ensure this is DEV2) + - name: Read remote eth0 MAC via selected connection (guard ensure this is DEV2) when: dev2_conn_method == "tunnel" and dev2_passfile_used != "NONE" and (dev2_mac | default('') | trim | length > 0) delegate_to: localhost ansible.builtin.shell: |