diff --git a/README.md b/README.md index 1d494a4..87076cd 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ wol_report_mac: true # Include MAC addresses of WOL‑capable senders in 4. **Bridge Mapping** – The role resolves each bridge name in `wol_bridges` to the underlying physical interface(s). If a bridge is built on a bond (e.g., `bond0`), every slave is treated as a candidate. 5. **Idempotency Check** – The current WOL state (`wol_enabled`) is compared to `wol_mode`. 6. **Apply WOL** – - * If `wol_mode` ≠ `'d'` and the current mode differs, `ethtool -s wol ` is run. - * If `wol_mode` is `'d'`, the role ensures WOL is disabled. + - If `wol_mode` ≠ `'d'` and the current mode differs, `ethtool -s wol ` is run. + - If `wol_mode` is `'d'`, the role ensures WOL is disabled. 7. **Deploy systemd template** – Copies `templates/wol@.service.j2` to `/etc/systemd/system/wol@.service`. The template contains `ExecStart=/usr/sbin/ethtool -s %I wol {{ wol_mode }}`. 8. **Enable service per interface** – For every affected interface, the role starts the unit `wol@.service` and enables it to run on boot. 9. **Report** – A final summary is printed, optionally listing MAC addresses if `wol_report_mac` is `true`. @@ -169,4 +169,4 @@ MIT ## Author -Ansible Proxmox WOL Contributors \ No newline at end of file +Ansible Proxmox WOL Contributors