mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
Add an explicit select
option to portage
module (#8236)
* Add an explicit `select` option to `portage` module This is a fix for #6226 * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * Default `select` option to None, making it more retrocompatible * Add changelog fragment for the PR * Update changelogs/fragments/8236-portage-select-feature.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
9d66a1dc1e
commit
be11d0d409
2 changed files with 13 additions and 0 deletions
2
changelogs/fragments/8236-portage-select-feature.yml
Normal file
2
changelogs/fragments/8236-portage-select-feature.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- portage - adds the possibility to explicitely tell portage to write packages to world file (https://github.com/ansible-collections/community.general/issues/6226, https://github.com/ansible-collections/community.general/pull/8236).
|
Loading…
Add table
Add a link
Reference in a new issue