diff options
author | Richard C Isaacson <richard.c.isaacson@gmail.com> | 2014-02-03 11:52:37 -0600 |
---|---|---|
committer | Richard C Isaacson <richard.c.isaacson@gmail.com> | 2014-02-03 11:52:37 -0600 |
commit | 52dc20b6d162b5a7c6e9c34173c391f3b86c0b7a (patch) | |
tree | c0aa8a89f1cd11c6570c0fd28ab7d3e230e6e792 /web_infrastructure | |
parent | 4a685d9199cf9d4591b20d8b3e18c136002fe9f7 (diff) | |
download | ansible-modules-core-52dc20b6d162b5a7c6e9c34173c391f3b86c0b7a.tar.gz |
Clean up stray space at the end of a line after a period.
Diffstat (limited to 'web_infrastructure')
-rw-r--r-- | web_infrastructure/htpasswd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_infrastructure/htpasswd b/web_infrastructure/htpasswd index b6fa42a6..d77858d1 100644 --- a/web_infrastructure/htpasswd +++ b/web_infrastructure/htpasswd @@ -39,7 +39,7 @@ options: password: required: false description: - - Password associated with user. + - Password associated with user. - Must be specified if user does not exist yet. crypt_scheme: required: false |