mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 12:44:22 -07:00
Fix typo in windows_faq.rst (#38864)
Fix typo in `python-pip` packet name. +label: docsite_pr
This commit is contained in:
parent
57f1298074
commit
92f4065157
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ can be run in the bash terminal:
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install python-pyp git libffi-dev libssl-dev -y
|
sudo apt-get install python-pip git libffi-dev libssl-dev -y
|
||||||
pip install ansible pywinrm
|
pip install ansible pywinrm
|
||||||
|
|
||||||
To run Ansible from source instead of a release on the WSL, simply uninstall the pip
|
To run Ansible from source instead of a release on the WSL, simply uninstall the pip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue