summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2021-03-24 15:49:57 -0400
committerGitHub <noreply@github.com>2021-03-24 15:49:57 -0400
commitfa1b52ce55de0c225a6fffbdd2a9604fdb88ae5f (patch)
treef04cc4bee01348852405f2bb06b6b6669a3dfa05
parent77ec2b3b3ac44fd1599e4c67e93dc9d5d1a5fd1c (diff)
downloadansible-fa1b52ce55de0c225a6fffbdd2a9604fdb88ae5f.tar.gz
dnf test - update libmodulemd when updating python3-dnf (#74025)
The dependency version is set too low in the latest version of the package. https://bugzilla.redhat.com/show_bug.cgi?id=1942236
-rw-r--r--test/integration/targets/dnf/tasks/logging.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/dnf/tasks/logging.yml b/test/integration/targets/dnf/tasks/logging.yml
index 4cbeaa616d..903bf56305 100644
--- a/test/integration/targets/dnf/tasks/logging.yml
+++ b/test/integration/targets/dnf/tasks/logging.yml
@@ -6,6 +6,7 @@
name:
- python3-dnf
- python3-libdnf # https://bugzilla.redhat.com/show_bug.cgi?id=1887502
+ - libmodulemd # https://bugzilla.redhat.com/show_bug.cgi?id=1942236
state: latest
register: dnf_result