mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Merge pull request #7168 from jjshoe/fix_apache2_module_docs
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