-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
intro_installation: pass --include-injected in pipx upgrade example #745
Conversation
`--include-injected` ensures that the ansible-core package and other packages that users may have injected into the ansible pipx venv are updated alongside the ansible package.
Backport to stable-2.15: 💚 backport PR created✅ Backport PR branch: Backported as #767 🤖 @patchback |
Backport to stable-2.16: 💚 backport PR created✅ Backport PR branch: Backported as #768 🤖 @patchback |
…745) (#768) `--include-injected` ensures that the ansible-core package and other packages that users may have injected into the ansible pipx venv are updated alongside the ansible package. (cherry picked from commit f8e8191) Co-authored-by: Maxwell G <[email protected]>
…745) (#767) `--include-injected` ensures that the ansible-core package and other packages that users may have injected into the ansible pipx venv are updated alongside the ansible package. (cherry picked from commit f8e8191) Co-authored-by: Maxwell G <[email protected]>
--include-injected
ensures that the ansible-core package and otherpackages that users may have injected into the ansible pipx venv are
updated alongside the ansible package.