diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-10 19:08:56 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-10 19:08:56 +0200 |
| commit | 7c51e0642ec18a88adb8d4b56c54d6de0e0d12cf (patch) | |
| tree | 1430308b6d8b10aa38c9a1c90d86d3882616f5c8 /roles/user/meta | |
| parent | b0e3077544a341bc8ec2308652a98cf928c58064 (diff) | |
Add recommended argument_specs
Diffstat (limited to 'roles/user/meta')
| -rw-r--r-- | roles/user/meta/argument_specs.yml | 2 | ||||
| -rw-r--r-- | roles/user/meta/main.yml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/roles/user/meta/argument_specs.yml b/roles/user/meta/argument_specs.yml index 5f4b1fd4..5d2e4b9b 100644 --- a/roles/user/meta/argument_specs.yml +++ b/roles/user/meta/argument_specs.yml @@ -1,6 +1,8 @@ --- argument_specs: main: + short_description: "Configure user and user public keys" + description: "Configure user and user public keys" options: username: type: "str" diff --git a/roles/user/meta/main.yml b/roles/user/meta/main.yml index 50cb8081..548316a8 100644 --- a/roles/user/meta/main.yml +++ b/roles/user/meta/main.yml @@ -4,7 +4,7 @@ dependencies: - role: "sudo" galaxy_info: author: "a14m" - description: "Configure user and sudo" + description: "Configure user and user public keys" company: "kartoffeln.work GmbH." license: "MIT" min_ansible_version: "2.18" |
