style 💎: Fix minor formatting and punctuation
Some checks failed
ansible-lint / Ansible Lint (push) Successful in 11s
Gitleaks Scan / gitleaks (push) Successful in 9s
Markdown Lint / markdown-lint (push) Failing after 1m13s

Updated README.md to improve readability by fixing minor formatting and punctuation issues.
This commit is contained in:
2026-01-25 10:36:25 +01:00
parent 74474c263d
commit 9d35c16d2c

View File

@@ -73,8 +73,8 @@ wol_report_mac: true # Include MAC addresses of WOLcapable 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. 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`. 5. **Idempotency Check** The current WOL state (`wol_enabled`) is compared to `wol_mode`.
6. **Apply WOL** 6. **Apply WOL**
* If `wol_mode` ≠ `'d'` and the current mode differs, `ethtool -s <iface> wol <mode>` is run. - 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` 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 }}`. 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. 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`. 9. **Report** A final summary is printed, optionally listing MAC addresses if `wol_report_mac` is `true`.
@@ -169,4 +169,4 @@ MIT
## Author ## Author
Ansible Proxmox WOL Contributors Ansible Proxmox WOL Contributors