From 6c318e35c6aa633df1cfcd7f112a03eef7019a9d Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Tue, 5 Sep 2023 13:45:45 -0300 Subject: [PATCH] ansible-freeipa: Bump minimum supported Ansible version to 2.13 As ansible-freeipa roles does not support Ansible 2.8, bump the collection version to the currently oldest supported Ansible version available, 2.13. --- meta/runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index 18dabe9d7b..3efd1cec97 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,2 +1,2 @@ --- -requires_ansible: ">=2.9" +requires_ansible: ">=2.13"