mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-12 00:54:22 -07:00
* 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>
(cherry picked from commit d4e92fc720
)
Co-authored-by: Jean Raby <jean@raby.sh>
This commit is contained in:
parent
a56879c1b0
commit
a0b22e4402
2 changed files with 15 additions and 3 deletions
9
changelogs/fragments/4312-pacman-groups.yml
Normal file
9
changelogs/fragments/4312-pacman-groups.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
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).
|
Loading…
Add table
Add a link
Reference in a new issue