summaryrefslogtreecommitdiffstats
path: root/roles/user/meta/argument_specs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/user/meta/argument_specs.yml')
-rw-r--r--roles/user/meta/argument_specs.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/user/meta/argument_specs.yml b/roles/user/meta/argument_specs.yml
index 5d2e4b9b..74bb4b8a 100644
--- a/roles/user/meta/argument_specs.yml
+++ b/roles/user/meta/argument_specs.yml
@@ -8,6 +8,11 @@ argument_specs:
type: "str"
required: true
description: "The username of the created account."
+ user_password:
+ type: "str"
+ required: false
+ description: "If provided, the password will be used for the user account."
+ no_log: true
user_public_keys:
type: "list"
required: true