Commit 8d16a39a by Michael DeHaan

Correct typo

parent 35a3419b
...@@ -72,8 +72,8 @@ EXAMPLES = ''' ...@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment