Fix small typo in pip install guide (#60389)

Noticed this small typo in the docs:
- `Ansble` -> `Ansible`
pull/60394/head
Otto Winter 5 years ago committed by Abhijeet Kasurde
parent 35b87b8633
commit e4dc17fa9f

@ -320,7 +320,7 @@ In order to use the ``paramiko`` connection plugin or modules that require ``par
$ pip install --user paramiko
Ansble can also be installed inside a new or existing ``virtualenv``::
Ansible can also be installed inside a new or existing ``virtualenv``::
$ python -m virtualenv ansible # Create a virtualenv if one does not already exist
$ source ansible/bin/activate # Activate the virtual environment

Loading…
Cancel
Save