From 74663b877a8a5d7c38369a9834898c3482fee356 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Wed, 23 Aug 2023 11:00:55 -0300 Subject: [PATCH] ipabackup: 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/ipabackup/README.md | 2 +- roles/ipabackup/meta/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ipabackup/README.md b/roles/ipabackup/README.md index 6ccc8b36..56d57510 100644 --- a/roles/ipabackup/README.md +++ b/roles/ipabackup/README.md @@ -42,7 +42,7 @@ Requirements ------------ **Controller** -* Ansible version: 2.13+ +* Ansible version: 2.15+ **Node** * Supported FreeIPA version (see above) diff --git a/roles/ipabackup/meta/main.yml b/roles/ipabackup/meta/main.yml index 1474deb0..d7b70575 100644 --- a/roles/ipabackup/meta/main.yml +++ b/roles/ipabackup/meta/main.yml @@ -6,7 +6,7 @@ galaxy_info: description: A role to backup and restore an IPA server company: Red Hat, Inc license: GPLv3 - min_ansible_version: "2.13" + min_ansible_version: "2.15" platforms: - name: Fedora versions: -- GitLab