mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
dnf_versionlock: add support for Fedora 41 and dnf5 (#9846)
Fixes: #9556 Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
This commit is contained in:
parent
7d5357d74c
commit
86dea88cb6
3 changed files with 47 additions and 7 deletions
|
@ -7,7 +7,6 @@
|
|||
- include_tasks: install.yml
|
||||
- include_tasks: lock_bash.yml
|
||||
- include_tasks: lock_updates.yml
|
||||
when: (ansible_distribution == 'Fedora' and ansible_distribution_major_version is version('23', '>=') and ansible_distribution_major_version is version('41', '<')) or
|
||||
when: (ansible_distribution == 'Fedora' and ansible_distribution_major_version is version('23', '>=')) or
|
||||
(ansible_distribution in ['RedHat', 'CentOS'] and ansible_distribution_major_version is version('8', '>='))
|
||||
# TODO: Fix on Fedora 41, apparently the output changed!
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue