From b35a3ff9240154009c91ac1fd45e7c2fa3b4e0bb Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Mon, 18 Nov 2024 06:00:53 -0800 Subject: [PATCH] Bump version of community.general (#11726) We use the persistent option of modprobe, which was introduced in 7.0.0 Co-authored-by: Max Gautier --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index c7ecfede3..053deba05 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -14,7 +14,7 @@ documentation: https://kubespray.io license_file: LICENSE dependencies: ansible.utils: '>=2.5.0' - community.general: '>=3.0.0' + community.general: '>=7.0.0' ansible.netcommon: '>=5.3.0' ansible.posix: '>=1.5.4' community.docker: '>=3.11.0'