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

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:50 +00:00
committed by GitHub
parent c87b8b4a22
commit 40d492d2a8

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: