summaryrefslogtreecommitdiff
path: root/web_infrastructure
diff options
context:
space:
mode:
authorJoel Schuweiler <jschuweiler@digium.com>2014-04-27 12:16:51 -0500
committerJoel Schuweiler <jschuweiler@digium.com>2014-04-27 12:16:51 -0500
commitc1470db8fd672272ab5b97f45357d5fd9a139de6 (patch)
treefba5934de6c4d7995507f69ed8beb09e8e2b47a0 /web_infrastructure
parent780b5e0bbff8d359eef30270d66cf4e331a3feb2 (diff)
downloadansible-modules-extras-c1470db8fd672272ab5b97f45357d5fd9a139de6.tar.gz
Fix example
Diffstat (limited to 'web_infrastructure')
-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):