From 332d41dc46bf9ec543008db6c3bc0464513c8790 Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Wed, 23 Aug 2023 11:12:39 -0300
Subject: [PATCH] ansible-freeipa.spec: Bump minimum supported Ansible version
 to 2.15

ansible-freeipa roles do not work with Ansible 2.8 anymore, so the
minimum supported version is changed to 2.15, the oldest supported
Ansible version as of today.

This patch updates the minimum supported Ansible version and the list
of available modules.
---
 utils/ansible-freeipa.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/ansible-freeipa.spec.in b/utils/ansible-freeipa.spec.in
index fb617859..5aa772fd 100644
--- a/utils/ansible-freeipa.spec.in
+++ b/utils/ansible-freeipa.spec.in
@@ -90,7 +90,7 @@ Supported Distributions
 Requirements
 
   Controller
-  - Ansible version: 2.13+
+  - Ansible version: 2.15+
   - /usr/bin/kinit is required on the controller if a one time password (OTP)
     is used
 
-- 
GitLab