What's Changed
Added
- .ansible-lint: Added to update ansible-lint rules.
- .github/dependabot.yml: Revised for improved Dependabot configuration.
- .github/workflows/linter.yml: Updated to upgrade the super-linter to version 5.
- .gitignore: Comprehensive Gitignore template added.
- .pre-commit-config.yaml: Added for pre-commit hooks with specific revisions and hooks.
- galaxy.yml: Adjustments for improved compatibility.
- meta/runtime.yml: Updated for extended Ansible requirements.
- Various changes in roles and tasks to comply with new standards.
Changed
- Dependabot Configuration: Adjusted the frequency, timing of updates, and settings for commit messages.
- Linter Configuration: Changed the default branch from
master
tomain
in linter configuration.
Full Changelog: 0.0.11...0.0.12