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/tests/integration/targets/pacman/tasks
patchback[bot] 012f684133
pacman: add support for remove_nosave (#4316) (#4329)
* pacman: add support for remove_nosave

New parameter: remove_nosave
When enabled, will pass --nosave to pacman when removing packages.
--nosave cannot be used with --print-format and thus it couldn't be
passed via extra_args. See #4315

The code adds the option right before the actual removal of the pkgs.

(This is based on an initial diff from MorphBonehunter)

* changelog

* Update plugins/modules/packaging/os/pacman.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* wording

* ssss

* remove_package: simplify {force,extra,nosave}_args

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit c698ecd201)

Co-authored-by: Jean Raby <jean@raby.sh>
2022-03-08 07:39:31 +01:00
..
basic.yml Add very basic integration tests for pcaman. (#4289) (#4290) 2022-02-27 13:21:16 +01:00
main.yml pacman: add support for remove_nosave (#4316) (#4329) 2022-03-08 07:39:31 +01:00
package_urls.yml pacman: re-adding support for URL based pkgs (#4286) (#4302) 2022-03-01 06:34:27 +01:00
remove_nosave.yml pacman: add support for remove_nosave (#4316) (#4329) 2022-03-08 07:39:31 +01:00