diff --git a/test/integration/targets/dnf5/playbook.yml b/test/integration/targets/dnf5/playbook.yml index c0014976c82..a1024f4b3dd 100644 --- a/test/integration/targets/dnf5/playbook.yml +++ b/test/integration/targets/dnf5/playbook.yml @@ -3,7 +3,7 @@ - block: - command: "dnf install -y 'dnf-command(copr)'" - command: dnf copr enable -y rpmsoftwaremanagement/dnf-nightly - - command: dnf install -y python3-libdnf5 + - command: dnf install -y -x condor python3-libdnf5 - include_role: name: dnf