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

Fixed in https://github.com/rpm-software-management/dnf5/pull/1013
pull/82261/head
Martin Krizek 6 months ago committed by GitHub
parent fbdb666411
commit c35e0e8fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save