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 | 0e01d4fbcefd68ab748b5ec0cd42473f63d8235b (patch) | |
| tree | 1430308b6d8b10aa38c9a1c90d86d3882616f5c8 /roles/docker | |
| parent | 1a0429eb5ef77e13873a53e9f7b5ff7dcd8f9a07 (diff) | |
Add recommended argument_specs
Diffstat (limited to 'roles/docker')
| -rw-r--r-- | roles/docker/meta/argument_specs.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/docker/meta/argument_specs.yml b/roles/docker/meta/argument_specs.yml new file mode 100644 index 00000000..4b32b46e --- /dev/null +++ b/roles/docker/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install Docker Engine on Linux distributions" + description: "Install Docker Engine on Linux distributions" + options: {} |
