style 💎: Fix indentation in tasks/main.yml for notify section #1

Merged
Jose merged 5 commits from test into main 2025-12-24 08:02:17 +01:00

5 Commits

Author SHA1 Message Date
d43c413e0d 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.
2025-12-24 08:00:58 +01:00
e5e4a07740 refactor ♻️: Refactor task to use handlers for reloading and triggering udev rules
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 11s
This refactoring improves the organization of tasks by using dedicated handlers for reloading udev rules and triggering network events, enhancing code readability and maintainability.
2025-12-24 07:59:35 +01:00
8c1f0b14d2 fix 🐛: Fix typo and add condition for bond0 backing
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 10s
This commit fixes a typo in the `update_cache` value and adds a conditional check to ensure proper handling of `bond0` backing.
2025-12-24 07:37:56 +01:00
4b7e3bd74b chore 📦: Add .ansible-lint config to exclude paths and enable rules
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 10s
This commit adds a new `.ansible-lint` configuration file to specify which paths to exclude from linting and enables specific rules for better code quality.
2025-12-24 07:34:00 +01:00
fb31e2aa53 feat : Add Ansible linting workflow
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 10s
Introduce a new GitHub Actions workflow to automate Ansible linting, ensuring code quality and consistency.
2025-12-24 07:30:27 +01:00