Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmeiring committed Aug 6, 2017
1 parent 8bd2d24 commit 398fa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 398fa1b

Please sign in to comment.