From 4ce05c9dfe239b960669316d9e7ccbb62eb79cd2 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 24 Apr 2024 23:24:43 +0200 Subject: [PATCH] Improve DOC: comment --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e71286f..5cc03c1 100644 --- a/README.md +++ b/README.md @@ -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)* |