From 7916545979edcfdd5265bc708a261ce0c90c1a98 Mon Sep 17 00:00:00 2001 From: Joel Schuweiler Date: Sun, 27 Apr 2014 12:16:51 -0500 Subject: [PATCH] Fix example --- library/web_infrastructure/apache2_module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/web_infrastructure/apache2_module b/library/web_infrastructure/apache2_module index 73a92f4043..d85974323f 100644 --- a/library/web_infrastructure/apache2_module +++ b/library/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):