mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
* pacman: add root, cachedir, and config options Add three dedicated options -- O(root), O(cachedir), and O(config) -- so that all pacman commands get the corresponding global flags (--root, --cachedir, --config) prepended, enabling use cases such as installing packages into a chroot or alternative root directory (similar to pacstrap). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * add changelog frag --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
289 B
YAML
4 lines
289 B
YAML
minor_changes:
|
|
- pacman - add ``root``, ``cachedir``, and ``config`` options to support installing packages into an alternative root directory
|
|
(https://github.com/ansible-collections/community.general/issues/438, https://github.com/ansible-collections/community.general/pull/11681).
|