mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
pacman: add stdout and stderr as return parameters (#3758)
* pacman: add stdout and stderr as return parameters Following the model of ansible.builtin.apt * Bugfix to PR: fix documentation formatting * Add changelog fragment 3758-pacman-add-stdout-stderr.yml * Apply suggestions from code review * Update changelogs/fragments/3758-pacman-add-stdout-stderr.yml Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
921417c4b5
commit
c2068641f4
2 changed files with 32 additions and 11 deletions
3
changelogs/fragments/3758-pacman-add-stdout-stderr.yml
Normal file
3
changelogs/fragments/3758-pacman-add-stdout-stderr.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- pacman - add ``stdout`` and ``stderr`` as return values (https://github.com/ansible-collections/community.general/pull/3758).
|
Loading…
Add table
Add a link
Reference in a new issue