diff --git a/files/ansible-playbooks/ptsd_reacquire_attempt.yml b/files/ansible-playbooks/ptsd_reacquire_attempt.yml index 2b97905..2d71cd0 100644 --- a/files/ansible-playbooks/ptsd_reacquire_attempt.yml +++ b/files/ansible-playbooks/ptsd_reacquire_attempt.yml @@ -599,7 +599,7 @@ changed_when: false # ============================ VERIFY: DHCP MIGRATION STATE ============================ - - name: VERIFY | DEV2 check: ppp0 exists? + - name: VERIFY | DEV2 check ppp0 exists? delegate_to: localhost ansible.builtin.shell: | export DEV2_CMD="ip link show ppp0 >/dev/null 2>&1 && echo YES || echo NO" @@ -609,7 +609,7 @@ changed_when: false failed_when: false - - name: VERIFY | DEV2 check: eth0.4000 exists? + - name: VERIFY | DEV2 check eth0.4000 exists? delegate_to: localhost ansible.builtin.shell: | export DEV2_CMD="ip link show eth0.4000 >/dev/null 2>&1 && echo YES || echo NO" @@ -619,7 +619,7 @@ changed_when: false failed_when: false - - name: VERIFY | DEV2 check: eth0.4000 has IPv4? + - name: VERIFY | DEV2 check eth0.4000 has IPv4? delegate_to: localhost ansible.builtin.shell: | export DEV2_CMD="ip -4 addr show dev eth0.4000 2>/dev/null | grep -m1 'inet ' >/dev/null 2>&1 && echo YES || echo NO" @@ -645,7 +645,7 @@ }} changed_when: false - - name: VERIFY | Result: DHCP migrated (SUCCESS) or not (graceful stop) + - name: VERIFY | Result DHCP migrated (SUCCESS) or not (graceful stop) delegate_to: localhost ansible.builtin.debug: msg: