Change MAC address to wake up odroid and return to wait_for.

This commit is contained in:
2026-04-01 16:46:23 +00:00
parent dcd2b1e4e8
commit f2ef57e20c

View File

@@ -18,16 +18,16 @@
- name: Wakeup odroid
community.general.wakeonlan:
mac: '00:1E:06:45:4C:45'
mac: '00:1E:06:45:4C:44'
- name: Wait for odroid
ansible.builtin.pause:
minutes: 1
# - name: Wait for odroid
# ansible.builtin.pause:
# minutes: 1
# - name: Wait odroid is responding
# ansible.builtin.wait_for:
# host: 192.168.178.56
# port: 2049
- name: Wait odroid is responding
ansible.builtin.wait_for:
host: 192.168.178.60
port: 2049
- name: Mount odroid storage
ansible.posix.mount: