Update pipx inject commands for Ansible (#3396) (#3433)

Added missing "ansible" package for pipx inject command.

(cherry picked from commit facb12ac8b)

Co-authored-by: Bazoogle <8096843+Bazoogle@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2026-01-19 15:14:45 +00:00
committed by GitHub
parent defd109627
commit 026ed891f4

View File

@@ -55,8 +55,8 @@ If you chose the ``pipx`` install instructions for Ansible, you can install thos
.. code-block:: shell
pipx inject "pypsrp[kerberos]<=1.0.0" # for psrp
pipx inject "pywinrm[kerberos]>=0.4.0" # for winrm
pipx inject ansible "pypsrp[kerberos]<=1.0.0" # for psrp
pipx inject ansible "pywinrm[kerberos]>=0.4.0" # for winrm
Or, if you chose the ``pip`` install instructions: