Re-enable "group removal" integration test for dnf5 (#82250)

Fixed in https://github.com/rpm-software-management/dnf5/pull/1013
This commit is contained in:
Martin Krizek
2023-11-21 10:19:28 -05:00
committed by GitHub
parent fbdb666411
commit c35e0e8fd8
@@ -51,8 +51,6 @@
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', '>='))
# https://github.com/rpm-software-management/dnf5/issues/917
- not dnf5|default(false)
- include_tasks: dnfinstallroot.yml
when: (ansible_distribution == 'Fedora' and ansible_distribution_major_version is version('23', '>=')) or