mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-26 18:17:48 -02:30
Chore: pin the pre-commit ansible-core version
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
@@ -33,6 +33,7 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: ansible-lint
|
- id: ansible-lint
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
|
- ansible-core>=2.18.0,<2.19.0
|
||||||
- jmespath==1.0.1
|
- jmespath==1.0.1
|
||||||
- netaddr==1.3.0
|
- netaddr==1.3.0
|
||||||
- distlib
|
- distlib
|
||||||
@@ -49,7 +50,7 @@ repos:
|
|||||||
name: Build and install kubernetes-sigs.kubespray Ansible collection
|
name: Build and install kubernetes-sigs.kubespray Ansible collection
|
||||||
language: python
|
language: python
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- ansible-core>=2.16.4
|
- ansible-core>=2.18.0,<2.19.0
|
||||||
- distlib
|
- distlib
|
||||||
entry: tests/scripts/collection-build-install.sh
|
entry: tests/scripts/collection-build-install.sh
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
@@ -91,7 +92,7 @@ repos:
|
|||||||
name: Update static files referencing default kubespray values
|
name: Update static files referencing default kubespray values
|
||||||
language: python
|
language: python
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- ansible-core>=2.16.4
|
- ansible-core>=2.18.0,<2.19.0
|
||||||
entry: scripts/propagate_ansible_variables.yml
|
entry: scripts/propagate_ansible_variables.yml
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user