mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
Improve DOC: comment
This commit is contained in:
parent
d62ab71197
commit
4ce05c9dfe
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ The Option of these directory-variables are the following.
|
|||
| option | values | required | description |
|
||||
| ------ | ------ | --- | --- |
|
||||
| ``name`` | *string* | ``required`` | The user you want to create |
|
||||
| ``comment`` | *Full Name* | - | Optionally add Full Name |
|
||||
| ``state`` | ``present`` | - | Create or delete user |
|
||||
| ``shell`` | ``/bin/bash`` | - | The Shell of the User |
|
||||
| ``create_home`` | ``true`` | - | create a user home *(needed to store ssh keys)* |
|
||||
|
|
Loading…
Reference in a new issue