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
parent 2f0ae0408d
commit fc99893f10
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: