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:
@ -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
|
||||
|
Reference in New Issue
Block a user