From f4187a1453cfaaacd1ef77c3a1d7b373cf3e8122 Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Wed, 23 Aug 2023 10:54:43 -0300
Subject: [PATCH] ipaclient: 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.
---
 roles/ipaclient/README.md     | 2 +-
 roles/ipaclient/meta/main.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/ipaclient/README.md b/roles/ipaclient/README.md
index 1a716fcc..a89f2663 100644
--- a/roles/ipaclient/README.md
+++ b/roles/ipaclient/README.md
@@ -34,7 +34,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/roles/ipaclient/meta/main.yml b/roles/ipaclient/meta/main.yml
index c268cc96..a9e5e61d 100644
--- a/roles/ipaclient/meta/main.yml
+++ b/roles/ipaclient/meta/main.yml
@@ -6,7 +6,7 @@ galaxy_info:
   description: A role to join a machine to an IPA domain
   company: Red Hat, Inc
   license: GPLv3
-  min_ansible_version: "2.13"
+  min_ansible_version: "2.15"
   platforms:
   - name: Fedora
     versions:
-- 
GitLab