Correct typo
This commit is contained in:
parent
a715df1e65
commit
8f896a85bf
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ EXAMPLES = '''
|
||||||
# Examples from Ansible Playbooks
|
# Examples from Ansible Playbooks
|
||||||
- easy_install: name=pip
|
- easy_install: name=pip
|
||||||
|
|
||||||
# Install Flast into the specified virtualenv.
|
# Install foo into the specified virtualenv.
|
||||||
- easy_install: name=flask virtualenv=/webapps/myapp/venv
|
- easy_install: name=foo virtualenv=/webapps/myapp/venv
|
||||||
'''
|
'''
|
||||||
|
|
||||||
def _is_package_installed(module, name, easy_install):
|
def _is_package_installed(module, name, easy_install):
|
||||||
|
|
Loading…
Reference in a new issue