Skip to content

Commit

Permalink
Re-enable "group removal" integration test for dnf5
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrizek committed Nov 20, 2023
1 parent fbdb666 commit ddce1d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/targets/dnf/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddce1d5

Please sign in to comment.