From 5a5b3c1655c2ae0d5038d4aa100e82415af8d04d Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Wed, 23 Aug 2023 11:03:11 -0300
Subject: [PATCH] ipasmartcard_*: 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/ipasmartcard_client/README.md     | 2 +-
 roles/ipasmartcard_client/meta/main.yml | 2 +-
 roles/ipasmartcard_server/README.md     | 2 +-
 roles/ipasmartcard_server/meta/main.yml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/roles/ipasmartcard_client/README.md b/roles/ipasmartcard_client/README.md
index 193460cf..d36bf2fa 100644
--- a/roles/ipasmartcard_client/README.md
+++ b/roles/ipasmartcard_client/README.md
@@ -32,7 +32,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/roles/ipasmartcard_client/meta/main.yml b/roles/ipasmartcard_client/meta/main.yml
index 6fb16b17..faa4fb0f 100644
--- a/roles/ipasmartcard_client/meta/main.yml
+++ b/roles/ipasmartcard_client/meta/main.yml
@@ -6,7 +6,7 @@ galaxy_info:
   description: A role to setup IPA server(s) for Smart Card authentication
   company: Red Hat, Inc
   license: GPLv3
-  min_ansible_version: "2.13"
+  min_ansible_version: "2.15"
   platforms:
   - name: Fedora
     versions:
diff --git a/roles/ipasmartcard_server/README.md b/roles/ipasmartcard_server/README.md
index bb03470b..f7e7196b 100644
--- a/roles/ipasmartcard_server/README.md
+++ b/roles/ipasmartcard_server/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/ipasmartcard_server/meta/main.yml b/roles/ipasmartcard_server/meta/main.yml
index 6fb16b17..faa4fb0f 100644
--- a/roles/ipasmartcard_server/meta/main.yml
+++ b/roles/ipasmartcard_server/meta/main.yml
@@ -6,7 +6,7 @@ galaxy_info:
   description: A role to setup IPA server(s) for Smart Card authentication
   company: Red Hat, Inc
   license: GPLv3
-  min_ansible_version: "2.13"
+  min_ansible_version: "2.15"
   platforms:
   - name: Fedora
     versions:
-- 
GitLab