mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
Update pipx inject commands for Ansible (#3396)
Added missing "ansible" package for pipx inject command.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user