mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Doc fix in htpasswd module due to colon on the line
This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user