mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
pkgng: Add stdout and stderr to response object (#560)
* pkgng: Add stdout and stderr to response object To ease debugging if something goes wrong during pkg run. * pkgng: Fix crash when run with autoremove Fix crash when run with "autoremove: yes" but no packages need to be autoremoved. * Add changelog fragment for pull request 560 * Formatting changes for changelogs/fragments/560-pkgng-add-stdout-and-stderr.yaml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Davíð Steinn Geirsson <david@isnic.is> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
committed by
GitHub
parent
5269213907
commit
9142c75c84
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- pkgng - added ``stdout`` and ``stderr`` attributes to the result (https://github.com/ansible-collections/community.general/pull/560).
|
||||
Reference in New Issue
Block a user