mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
d4e92fc720
* s/group/groups/ Pacman accepts --group but the actual option name is --groups. Allows use of other binaries with the same CLI interface as pacman (yay) * changelog * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * Add note regarding pacman compat + --print-format * Update plugins/modules/packaging/os/pacman.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
9 lines
441 B
YAML
9 lines
441 B
YAML
bugfixes:
|
|
- pacman - Use ``--groups`` instead of ``--group``
|
|
(https://github.com/ansible-collections/community.general/pull/4312).
|
|
|
|
known_issues:
|
|
- pacman - binaries specified in the ``executable`` parameter must support
|
|
``--print-format`` in order to be used by this module.
|
|
In particular, AUR helper ``yay`` is known not to currently support it
|
|
(https://github.com/ansible-collections/community.general/pull/4312).
|