mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Correct typo
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user