Skip to content

Commit

Permalink
Allow Fedora CoreOS 39
Browse files Browse the repository at this point in the history
  • Loading branch information
KjetilKnutsen committed Nov 22, 2023
1 parent dd3fcdc commit d373108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Not able to set time in rhel8 due to bug in rhel8
Version
-------

* `3.1.3` --- Allow Fedora CoreOS 39
* `3.1.2` --- fix checkmode
* `3.1.1` --- bug fix, ansible-lint
* `3.1.0` --- added support for Fedora CoreOS (FCOS 38.x.x.x) but with no tests
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
( ansible_distribution|lower == "ubuntu" and ansible_distribution_version|int in [18, 20, 22] )
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] )
or ( ansible_distribution|lower == "fedora" and ansible_distribution_major_version|int in [38, 39] )

- name: Chrony variables for ubuntu
ansible.builtin.set_fact:
Expand Down

0 comments on commit d373108

Please sign in to comment.