Merge pull request #7168 from jjshoe/fix_apache2_module_docs

Fix example
reviewable/pr18780/r1
Michael DeHaan 11 years ago
commit 0db3ad3f73

@ -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):

Loading…
Cancel
Save