diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-18 17:34:19 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-18 17:34:19 +0100 |
| commit | 7cc6006d7e91691456422e8bb766e979d76622d0 (patch) | |
| tree | bf969a9fe0b3f105944f1824f2cf63b08a4ca499 /roles/sshpass/meta/argument_specs.yml | |
| parent | 062b2392dfc6df4129c7420e1f885d42f4e11ad2 (diff) | |
Add sshpass role to ansible deps (since it mostly used by it)
Diffstat (limited to 'roles/sshpass/meta/argument_specs.yml')
| -rw-r--r-- | roles/sshpass/meta/argument_specs.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/sshpass/meta/argument_specs.yml b/roles/sshpass/meta/argument_specs.yml new file mode 100644 index 00000000..f9a1de0a --- /dev/null +++ b/roles/sshpass/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install sshpass on Linux distribution" + description: "Install sshpass on Linux distribution" + options: {} |
