diff options
author | Matt Martz <matt@sivel.net> | 2024-09-30 18:11:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 18:11:22 +0200 |
commit | fb7fd51b9334a9bb8e58b4af7d86bfa2e6249b1a (patch) | |
tree | 7020157b4abc5f16cc7e5a006264409a85211e37 | |
parent | Add additional logging for SSH runtime output timeouts and escalation message... (diff) | |
download | ansible-fb7fd51b9334a9bb8e58b4af7d86bfa2e6249b1a.tar.xz ansible-fb7fd51b9334a9bb8e58b4af7d86bfa2e6249b1a.zip |
Prevent condor from being installed and fulfilling libfmt dependency (#84023)
-rw-r--r-- | test/integration/targets/dnf5/playbook.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/dnf5/playbook.yml b/test/integration/targets/dnf5/playbook.yml index c0014976c8..a1024f4b3d 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 |