1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Correct typo

This commit is contained in:
Michael DeHaan 2013-10-10 09:15:04 -04:00
parent 35a3419bee
commit 8d16a39af9

View file

@ -72,8 +72,8 @@ EXAMPLES = '''
# Examples from Ansible Playbooks
- easy_install: name=pip
# Install Flast into the specified virtualenv.
- easy_install: name=flask virtualenv=/webapps/myapp/venv
# Install foo into the specified virtualenv.
- easy_install: name=foo virtualenv=/webapps/myapp/venv
'''
def _is_package_installed(module, name, easy_install):