Remove the delegate to from NAS backup.

This commit is contained in:
2026-04-16 10:28:52 +00:00
parent 97f838a694
commit 55e854b745

View File

@@ -19,12 +19,10 @@
- name: Wakeup odroid - name: Wakeup odroid
community.general.wakeonlan: community.general.wakeonlan:
mac: '00:1E:06:45:4C:44' mac: '00:1E:06:45:4C:44'
delegate_to: localhost
- name: Wakeup odroid - name: Wakeup odroid
community.general.wakeonlan: community.general.wakeonlan:
mac: '00:1E:06:45:4C:45' mac: '00:1E:06:45:4C:45'
delegate_to: localhost
# - name: Wait for odroid # - name: Wait for odroid
# ansible.builtin.pause: # ansible.builtin.pause: