Doc fix in htpasswd module due to colon on the line

reviewable/pr18780/r1
James Cammarata 11 years ago
parent 920bef12a3
commit d1781dad8c

@ -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 ]

Loading…
Cancel
Save