1
0
Fork 0
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:
L3D 2024-04-24 23:24:43 +02:00
parent d62ab71197
commit 4ce05c9dfe
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -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)* |