Update pipx inject commands for Ansible (#3396)

Added missing "ansible" package for pipx inject command.
This commit is contained in:
Bazoogle
2026-01-19 05:20:35 -05:00
committed by GitHub
parent 3681242041
commit facb12ac8b

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: