mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #13212 from cchurch/recommended_pywinrm_version
Recommend using pywinrm >= 0.1.1 from PyPI instead of GitHub version.
This commit is contained in:
commit
8f00d1c698
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Installing on the Control Machine
|
|||
|
||||
On a Linux control machine::
|
||||
|
||||
pip install https://github.com/diyan/pywinrm/archive/master.zip#egg=pywinrm
|
||||
pip install "pywinrm>=0.1.1"
|
||||
|
||||
Active Directory Support
|
||||
++++++++++++++++++++++++
|
||||
|
|
Loading…
Reference in a new issue