style 💎: Fix minor formatting and punctuation
Updated README.md to improve readability by fixing minor formatting and punctuation issues.
This commit is contained in:
@@ -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 <iface> wol <mode>` is run.
|
||||
* If `wol_mode` is `'d'`, the role ensures WOL is disabled.
|
||||
- If `wol_mode` ≠ `'d'` and the current mode differs, `ethtool -s <iface> wol <mode>` 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@<iface>.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`.
|
||||
|
||||
Reference in New Issue
Block a user