mirror of https://github.com/ansible/ansible.git
DNF Handle Empty AppStream stream definition (#63819)
* DNF Handle Empty AppStream stream definition Fixes #63683 Signed-off-by: Adam Miller <admiller@redhat.com> * Switch Fedora dnf test target modularity to stratis In Fedora 29, the metadata was not properly set for a default stream for ripgrep even though there is a profile called "default", however that's an arbitrary string and the module maintainer must set the default stream (which it never was for the ripgrep module, thus failing the "empty stream" install test) Signed-off-by: Adam Miller <admiller@redhat.com>pull/63882/head
parent
b96ae6ab67
commit
ed86907587
@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- dnf - Properly handle module AppStreams that don't define stream (https://github.com/ansible/ansible/issues/63683)
|
||||
@ -1 +1,2 @@
|
||||
astream_name: '@ripgrep:master/default'
|
||||
astream_name: '@stratis:1/default'
|
||||
astream_name_no_stream: '@stratis/default'
|
||||
|
||||
@ -1 +1,2 @@
|
||||
astream_name: '@php:7.2/minimal'
|
||||
astream_name_no_stream: '@php/minimal'
|
||||
|
||||
Loading…
Reference in New Issue