1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix example

This commit is contained in:
Joel Schuweiler 2014-04-27 12:16:51 -05:00
parent c5e9a06c2a
commit 7916545979

View file

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