From ef0b7e80f05127eedb62f0f82a1f610f8fcb0145 Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Tue, 18 Jul 2023 08:26:09 -0300
Subject: [PATCH] ipaserver: Update README with detailed Ubuntu support

Ubuntu does not have a FreeIPA server package since version 20.04. As
versions 16.04 (Xenial Xerus) and 18.04 (Bionic Beaver) will be
supported by Canonical until 2026 and 2028, repectively, we should keep
existing support for both versions in the ipaserver, ipareplica and
ipabackup roles until them.

This patch changes documentation to reflect that only those versions are
supported.
---
 roles/ipabackup/README.md  | 2 +-
 roles/ipareplica/README.md | 2 +-
 roles/ipaserver/README.md  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/roles/ipabackup/README.md b/roles/ipabackup/README.md
index 435c292d..b87ec394 100644
--- a/roles/ipabackup/README.md
+++ b/roles/ipabackup/README.md
@@ -34,7 +34,7 @@ Supported Distributions
 
 * RHEL/CentOS 7.6+
 * Fedora 26+
-* Ubuntu
+* Ubuntu 16.04 and 18.04
 
 
 Requirements
diff --git a/roles/ipareplica/README.md b/roles/ipareplica/README.md
index fd7388a5..b227223f 100644
--- a/roles/ipareplica/README.md
+++ b/roles/ipareplica/README.md
@@ -28,7 +28,7 @@ Supported Distributions
 
 * RHEL/CentOS 7.6+
 * Fedora 26+
-* Ubuntu
+* Ubuntu 16.04 and 18.04
 
 
 Requirements
diff --git a/roles/ipaserver/README.md b/roles/ipaserver/README.md
index 40ea6ad0..54fdc8b7 100644
--- a/roles/ipaserver/README.md
+++ b/roles/ipaserver/README.md
@@ -25,7 +25,7 @@ Supported Distributions
 
 * RHEL/CentOS 7.6+
 * Fedora 26+
-* Ubuntu
+* Ubuntu 16.04 and 18.04
 
 
 Requirements
-- 
GitLab