From f2ca52fefea71ef126c1b21d5e51ede8761c1fea Mon Sep 17 00:00:00 2001 From: Christian Skarby Date: Thu, 21 Nov 2024 12:40:29 +0100 Subject: [PATCH] Allow Fedora CoreOS 41 and remove support for older fedora versions --- README.md | 4 ++-- tasks/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25cdd5c..23be6ab 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Not able to set time in rhel8 due to bug in rhel8 Version ------- +* `4.0.1` --- Allow Fedora CoreOS 41 and remove support for older fedora versions. * `4.0.0` --- Updated for ansible-core 2.16. Removed support for Ubuntu Xenial and Ubuntu Bionic. * `3.2.0` --- Added Ubuntu Noble support * `3.1.3` --- Allow Fedora CoreOS 39 @@ -49,8 +50,7 @@ This role is limited to * CentOS Stream 8 * RHEL 8 * RHEL 9 -* Fedora CoreOS 38 -* Fedora CoreOS 39 +* Fedora CoreOS 41 Role Variables -------------- diff --git a/tasks/main.yml b/tasks/main.yml index b69f000..1be4308 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -9,7 +9,7 @@ ( ansible_distribution|lower == "ubuntu" and ansible_distribution_version|int in [20, 22, 24] ) or ( ansible_distribution|lower == "centos" and ansible_distribution_major_version|int in [7, 8] ) or ( ansible_distribution|lower == "redhat" and ansible_distribution_major_version|int in [8, 9] ) - or ( ansible_distribution|lower == "fedora" and ansible_distribution_major_version|int in [38, 39] ) + or ( ansible_distribution|lower == "fedora" and ansible_distribution_major_version|int in [41] ) - name: Chrony variables for ubuntu ansible.builtin.set_fact: