Bugfix/code inspection. (#11384)

- Make ansible-galaxy collection dependencies explicit
- Reorganized requirements.yml
- Adding required collections to galaxy.yml
- Ansible 9.6.0 was yanked on Pypi
- Sync pre-commit requirements with requirements.txt

Signed-off-by: Bas Meijer <bas.meijer@enexis.nl>
This commit is contained in:
Bas
2024-08-02 12:43:54 +02:00
committed by GitHub
parent 4e99b94dcc
commit dd51ef6f96
4 changed files with 10 additions and 3 deletions

View File

@ -39,10 +39,10 @@ repos:
hooks:
- id: ansible-lint
additional_dependencies:
- ansible==9.5.1
- ansible==9.8.0
- jsonschema==4.22.0
- jmespath==1.0.1
- netaddr==1.2.1
- netaddr==1.3.0
- distlib
- repo: https://github.com/golangci/misspell