mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07: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:
parent
5269213907
commit
9142c75c84
2 changed files with 37 additions and 16 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- pkgng - added ``stdout`` and ``stderr`` attributes to the result (https://github.com/ansible-collections/community.general/pull/560).
|
Loading…
Add table
Add a link
Reference in a new issue