mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 20:31:24 +00:00
Fix example
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user