-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pipx: document parameters supported with state=latest, and fix includ…
…e_injected parameter (#6212) * pipx: Document parameters supported with state=latest * pipx: Support "include_injected" with states "upgrade" and "latest" - Contrary to documentation, "include_injected" doesn't appear to have worked with state=upgrade since it was introduced. - Add support for include_injected with "latest", since "latest" is specified as being install+upgrade. * Add changelog fragment * Update plugins/modules/pipx.py Co-authored-by: Felix Fontein <[email protected]> * Update changelog fragment Co-authored-by: Felix Fontein <[email protected]> * pipx: Update to correct target release of community.general --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 33093e9)
- Loading branch information
1 parent
81a95a3
commit 4f4760c
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- pipx - ensure ``include_injected`` parameter works with ``state=upgrade`` and ``state=latest`` (https://github.com/ansible-collections/community.general/pull/6212). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters