mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* 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
|
||
---|---|---|
.. | ||
.keep | ||
4108-nmcli-support-modifcation-without-type-param.yml | ||
4192-zypper-add-clean-deps.yml | ||
4223-syslog-json-skip-syslog-option.yml | ||
4275-pacman-sysupgrade.yml | ||
4286-pacman-url-pkgs.yml | ||
4287-fix-proxmox-vm-chek.yml | ||
4288-fix-4259-support-busybox-dd.yml | ||
4303-pipx-editable.yml | ||
4306-proxmox-fix-error-on-vm-clone.yml | ||
4312-pacman-groups.yml | ||
4316-pacman-remove-nosave.yml | ||
4318-pacman-restore-old-changed-behavior.yml |