style 💎: Fix indentation in tasks/main.yml for notify section
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 11s
ansible-lint / Ansible Lint (pull_request) Successful in 10s

Corrected the indentation of the 'notify' section within the `tasks/main.yml` file to ensure proper syntax and readability.
This commit is contained in:
2025-12-24 08:00:58 +01:00
parent e5e4a07740
commit d43c413e0d

View File

@@ -193,8 +193,8 @@
{{ rule }}
{% endfor %}
notify:
- Reload_udev_rules
- Trigger_udev_net
- Reload_udev_rules
- Trigger_udev_net
# ============================================================
# Verification & Reporting