Commit 2ea386fe by Michael DeHaan

Merge pull request #7168 from jjshoe/fix_apache2_module_docs

Fix example
parents f2db4602 79165459
......@@ -41,7 +41,7 @@ EXAMPLES = '''
- apache2_module: state=present name=wsgi
# disables the Apache2 module "wsgi"
- apache2_module: state=absent name wsgi
- apache2_module: state=absent name=wsgi
'''
def _module_is_enabled(module):
......
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