From b41ea366c80fa3f54a6eb648d4d7f48c7f48dd14 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Wed, 25 Sep 2013 14:46:16 -0500 Subject: [PATCH] Doc fix in htpasswd module due to colon on the line --- library/web_infrastructure/htpasswd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/web_infrastructure/htpasswd b/library/web_infrastructure/htpasswd index 76f2a1132d..85bd66d3fd 100644 --- a/library/web_infrastructure/htpasswd +++ b/library/web_infrastructure/htpasswd @@ -44,7 +44,7 @@ options: required: false default: "apr_md5_crypt" description: - - Encryption scheme to be used. One of: "apr_md5_crypt", "des_crypt", "ldap_sha1" or "plaintext" + - 'Encryption scheme to be used. One of: "apr_md5_crypt", "des_crypt", "ldap_sha1" or "plaintext"' state: required: false choices: [ present, absent ]