Skip to content

Commit

Permalink
intro_installation: pass --include-injected in pipx upgrade example (#…
Browse files Browse the repository at this point in the history
…745)

`--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.
  • Loading branch information
gotmax23 authored Nov 2, 2023
1 parent e3e7e7e commit f8e8191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/installation_guide/intro_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ To upgrade an existing Ansible installation to the latest released version:

.. code-block:: console
$ pipx upgrade ansible
$ pipx upgrade --include-injected ansible
.. _pipx_inject:

Expand Down

0 comments on commit f8e8191

Please sign in to comment.