1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/packaging/os
Davíð Steinn Geirsson 9142c75c84
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>
2020-06-23 19:55:40 +02:00
..
apk.py apk: Add no-cache option (#548) 2020-06-23 14:10:05 +02:00
apt_repo.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
apt_rpm.py apt_rpm: support installing a list of packages (Fixes #143) (#169) 2020-06-17 18:04:27 +02:00
flatpak.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
flatpak_remote.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
homebrew.py Add version_added for all new features (#214) 2020-06-13 15:01:19 +02:00
homebrew_cask.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
homebrew_tap.py Fix Ansible documentation in part of example formatting. Part 2 (#333) 2020-05-15 13:27:06 +03:00
installp.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
layman.py Fix Ansible documentation in part of example formatting. Part 2 (#333) 2020-05-15 13:27:06 +03:00
macports.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
mas.py Add version_added for all new features (#214) 2020-06-13 15:01:19 +02:00
openbsd_pkg.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
opkg.py Fix Ansible documentation in part of example formatting. Part 2 (#333) 2020-05-15 13:27:06 +03:00
pacman.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
pkg5.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
pkg5_publisher.py Fix Ansible documentation in part of example formatting. Part 2 (#333) 2020-05-15 13:27:06 +03:00
pkgin.py Change default={'no','yes'} to default={False,True} in packaging/os modules (#554) 2020-06-22 07:37:47 +02:00
pkgng.py pkgng: Add stdout and stderr to response object (#560) 2020-06-23 19:55:40 +02:00
pkgutil.py Fix Ansible documentation in part of example formatting. Part 2 (#333) 2020-05-15 13:27:06 +03:00
portage.py Fix Ansible documentation in part of example formatting. Part 2 (#333) 2020-05-15 13:27:06 +03:00
portinstall.py Change default={'no','yes'} to default={False,True} in packaging/os modules (#554) 2020-06-22 07:37:47 +02:00
pulp_repo.py Adjust removal versions (#521) 2020-06-16 21:24:42 +02:00
redhat_subscription.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
rhn_channel.py Add version_added for all new features (#214) 2020-06-13 15:01:19 +02:00
rhn_register.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
rhsm_release.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
rhsm_repository.py rshm_repository: reduce execution time when changed == False (#458) 2020-06-11 11:00:48 +03:00
slackpkg.py slackpkg: fix matching some special cases in package names. (#505) 2020-06-17 09:38:30 +02:00
snap.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
sorcery.py Fix Ansible documentation in part of example formatting. Part 2 (#333) 2020-05-15 13:27:06 +03:00
svr4pkg.py Fix Ansible documentation in part of example formatting. Part 2 (#333) 2020-05-15 13:27:06 +03:00
swdepot.py Fix Ansible documentation in part of example formatting. Part 2 (#333) 2020-05-15 13:27:06 +03:00
swupd.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
urpmi.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
xbps.py Add version_added for all new features (#214) 2020-06-13 15:01:19 +02:00
zypper.py Change default={'no','yes'} to default={False,True} in packaging/os modules (#554) 2020-06-22 07:37:47 +02:00
zypper_repository.py Change default={'no','yes'} to default={False,True} in packaging/os modules (#554) 2020-06-22 07:37:47 +02:00