mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-03 09:49:00 -03:30
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:
@@ -15,6 +15,10 @@ license_file: LICENSE
|
||||
dependencies:
|
||||
ansible.utils: '>=2.5.0'
|
||||
community.general: '>=3.0.0'
|
||||
ansible.netcommon: '>=5.3.0'
|
||||
ansible.posix: '>=1.5.4'
|
||||
community.docker: '>=3.11.0'
|
||||
kubernetes.core: '>=2.4.2'
|
||||
manifest:
|
||||
directives:
|
||||
- recursive-exclude tests **
|
||||
|
||||
Reference in New Issue
Block a user