From 6536ed41acc25cc3d98062b9e948bb811bc186c2 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Mon, 18 Nov 2024 12:02:54 +0100 Subject: [PATCH] Bump version of community.general (#11724) We use the persistent option of modprobe, which was introduced in 7.0.0 --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 5560bf92d..c124be9a3 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'