Add "changed_deps" to portage parameters (#11023)

* Add option for '--changed-deps'

* Add changelog fragment

* Re-add the changed_deps option

* Include link to PR

* Rename fragment properly, and include PR number in name

* Add version string and improve doc description

* Update changelogs/fragments/11023-portage_changed_deps.yml

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Refine documentation string further

* Reformat with ruff

* Add a correct changely fragment

* Update plugins/modules/portage.py

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

---------

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Pär Karlsson
2025-11-03 06:12:09 +01:00
committed by GitHub
parent b28ac655fc
commit 6635bd7742
2 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "portage - add a ``changed_deps`` option (https://github.com/ansible-collections/community.general/pull/11023)."