Fix example

pull/7168/head
Joel Schuweiler 12 years ago
parent c5e9a06c2a
commit 7916545979

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