summaryrefslogtreecommitdiff
path: root/web_infrastructure/apache2_module
diff options
context:
space:
mode:
Diffstat (limited to 'web_infrastructure/apache2_module')
-rw-r--r--web_infrastructure/apache2_module2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_infrastructure/apache2_module b/web_infrastructure/apache2_module
index 73a92f40..d8597432 100644
--- a/web_infrastructure/apache2_module
+++ b/web_infrastructure/apache2_module
@@ -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):