From a798ddb33461685997e582b5a0ee224413b7453b Mon Sep 17 00:00:00 2001 From: SuperQ Date: Sat, 21 Oct 2023 06:59:53 +0200 Subject: [PATCH] Drop support for Ansible 2.11 2.11 does not work with the current Galaxy API. Signed-off-by: SuperQ --- meta/runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index 8b5081cc..daaf7e91 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,2 +1,2 @@ --- -requires_ansible: "~=2.9.0,~=2.10.0,~=2.11.0,~=2.12.0,~=2.13.0,~=2.14.0,~=2.15.0" +requires_ansible: "~=2.9.0,~=2.10.0,~=2.12.0,~=2.13.0,~=2.14.0,~=2.15.0"