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/sudo | |
| parent | b0e3077544a341bc8ec2308652a98cf928c58064 (diff) | |
Add recommended argument_specs
Diffstat (limited to 'roles/sudo')
| -rw-r--r-- | roles/sudo/meta/argument_specs.yml | 6 | ||||
| -rw-r--r-- | roles/sudo/meta/main.yml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/roles/sudo/meta/argument_specs.yml b/roles/sudo/meta/argument_specs.yml new file mode 100644 index 00000000..89148dc9 --- /dev/null +++ b/roles/sudo/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install sudo on Linux distributions" + description: "Install sudo on Linux distributions" + options: {} diff --git a/roles/sudo/meta/main.yml b/roles/sudo/meta/main.yml index cadb8d3f..0c58f04a 100644 --- a/roles/sudo/meta/main.yml +++ b/roles/sudo/meta/main.yml @@ -2,7 +2,7 @@ dependencies: [] galaxy_info: author: "a14m" - description: "Install sudo" + description: "Install sudo on Linux distributions" company: "kartoffeln.work GmbH." license: "MIT" min_ansible_version: "2.18" |
