mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user