Fix example
This commit is contained in:
parent
780b5e0bbf
commit
c1470db8fd
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ EXAMPLES = '''
|
||||||
- apache2_module: state=present name=wsgi
|
- apache2_module: state=present name=wsgi
|
||||||
|
|
||||||
# disables the Apache2 module "wsgi"
|
# disables the Apache2 module "wsgi"
|
||||||
- apache2_module: state=absent name wsgi
|
- apache2_module: state=absent name=wsgi
|
||||||
'''
|
'''
|
||||||
|
|
||||||
def _module_is_enabled(module):
|
def _module_is_enabled(module):
|
||||||
|
|
Loading…
Reference in a new issue