Skip to content

Commit

Permalink
fix: no changed status on the wol task (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco authored Aug 18, 2024
1 parent 6744758 commit 0cdaa74
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
- name: Send Wake-on-LAN magic packets
community.general.wakeonlan:
mac: "{{ item.mac_address }}"
# Don't report changes because this task always report a status
# of 'changed', breaking idempotence tests
changed_when: false
delegate_to: localhost
with_items: "{{ network_interfaces }}"
when:
Expand Down

0 comments on commit 0cdaa74

Please sign in to comment.