From 486d9b2b789c5fccc0c0d3815dcb0f9e326896df Mon Sep 17 00:00:00 2001 From: Simon GANIER-LOMBARD <46846093+6im0n@users.noreply.github.com> Date: Tue, 29 Jul 2025 17:17:00 +0200 Subject: [PATCH] Update docs windows_winrm for ansible module (#2904) --- docs/docsite/rst/os_guide/windows_winrm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/os_guide/windows_winrm.rst b/docs/docsite/rst/os_guide/windows_winrm.rst index b2d33f0ea6..5d4bf25eda 100644 --- a/docs/docsite/rst/os_guide/windows_winrm.rst +++ b/docs/docsite/rst/os_guide/windows_winrm.rst @@ -25,8 +25,8 @@ If you chose the ``pipx`` install instructions, you can install those requiremen .. code-block:: shell - pipx inject "pypsrp<=1.0.0" # for psrp - pipx inject "pywinrm>=0.4.0" # for winrm + pipx inject ansible "pypsrp<=1.0.0" # for psrp + pipx inject ansible "pywinrm>=0.4.0" # for winrm Or, if you chose the ``pip`` install instructions: