From 398fa1b0cac8e567d4deced3ea9cdd26925fc2f9 Mon Sep 17 00:00:00 2001 From: Johan Meiring Date: Sun, 6 Aug 2017 16:41:24 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8360d03..bc81fd1 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The following role variables are relevant: * `shell`: Boolean indicating if the user should have a shell access (default to `True`). * `authorized`: An optional list of files placed in `files/` which contain valid public keys for the SFTP user. * `sftp_directories`: A list of directories that need to be individually created for an SFTP user. Defaults to a blank list (i.e. "[]"). - * `append`: Boolean to add `sftp_group_name` to the user groups (if any) instead of setting it (defaut to `False`). + * `append`: Boolean to add `sftp_group_name` to the user groups (if any) instead of setting it (default to `False`). ## Example Playbook