summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2024-09-30 18:11:22 +0200
committerGitHub <noreply@github.com>2024-09-30 18:11:22 +0200
commitfb7fd51b9334a9bb8e58b4af7d86bfa2e6249b1a (patch)
tree7020157b4abc5f16cc7e5a006264409a85211e37
parentAdd additional logging for SSH runtime output timeouts and escalation message... (diff)
downloadansible-fb7fd51b9334a9bb8e58b4af7d86bfa2e6249b1a.tar.xz
ansible-fb7fd51b9334a9bb8e58b4af7d86bfa2e6249b1a.zip
Prevent condor from being installed and fulfilling libfmt dependency (#84023)
-rw-r--r--test/integration/targets/dnf5/playbook.yml2
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