mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
* Replace Fedora 33 with Fedora 35 for devel tests.
* Skip Fedora 35 for reiserfs tests.
(cherry picked from commit fc99893f10)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
name: reiserfs-utils
|
||||
state: present
|
||||
when:
|
||||
- ansible_distribution == 'Fedora'
|
||||
- ansible_distribution == 'Fedora' and (ansible_facts.distribution_major_version | int < 35)
|
||||
|
||||
- name: "Install reiserfs (OpenSuse)"
|
||||
ansible.builtin.package:
|
||||
|
||||
Reference in New Issue
Block a user