diff --git a/tasks/main.yml b/tasks/main.yml index 9abd79c..03c88d2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -132,14 +132,14 @@ - name: Send WOL packet via shell ansible.builtin.shell: wakeonlan {{ wol_mac_addresses[0] }} - delegate_to: localhost +# delegate_to: localhost - name: Send Wake-on-LAN packet from localhost community.general.wakeonlan: mac: "{{ wol_mac_addresses[0] }}" port: "{{ wol_port }}" broadcast: 255.255.255.255 - delegate_to: localhost +# delegate_to: localhost - name: Wait for tcpdump to finish ansible.builtin.async_status: