Replace Fedora 33 with Fedora 35 for devel tests (#3674)

* Replace Fedora 33 with Fedora 35 for devel tests.

* Skip Fedora 35 for reiserfs tests.
This commit is contained in:
Felix Fontein 2021-11-09 06:28:16 +01:00 committed by GitHub
commit fc99893f10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -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: