mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
[PR #9174/d7ad7c2d backport][stable-10] xbps: support --rootdir and --repository (#9233)
xbps: support --rootdir and --repository (#9174)
* xbps: support --rootdir and --repository
* please the robot
* rename repository arg to repositories
* skip repo flag when querying package state
* add accept_pubkey param, detect pubkey import fail
* add example for manually copying signing keys
* bugfix package removal
* fix typos
* change root param type to path
* fix "root" type, bump version_added
* lintfix
(cherry picked from commit d7ad7c2dca
)
Co-authored-by: snailed <luca@bil.ke>
This commit is contained in:
parent
859039c47a
commit
a1c39cc882
2 changed files with 75 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- xbps - add ``root`` and ``repository`` options to enable bootstrapping new void installations (https://github.com/ansible-collections/community.general/pull/9174).
|
Loading…
Add table
Add a link
Reference in a new issue