Some checks failed
ansible-lint / Ansible Lint (push) Failing after 10s
Fixed minor grammatical errors and reorganized content in the README.md file.
3 lines
175 B
Django/Jinja
3 lines
175 B
Django/Jinja
{% for interface in wol_final_interfaces %}
|
|
ACTION=="add", SUBSYSTEM=="net", KERNEL=="{{ interface }}", RUN+="/sbin/ethtool -s {{ interface }} wol {{ wol_mode }}"
|
|
{% endfor %} |