diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-02 18:52:42 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-02 18:52:42 +0200 |
| commit | e1d3cc942662a132d8a86d3211857ab5e92d296e (patch) | |
| tree | ee462edd2b3ff911275d5bcbd4a9b00285c889ac /roles/go/meta/argument_specs.yml | |
| parent | 9c775d0d9ceb52b74d44decfb8757b7750969750 (diff) | |
Initial go role draft implementation
Diffstat (limited to 'roles/go/meta/argument_specs.yml')
| -rw-r--r-- | roles/go/meta/argument_specs.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/go/meta/argument_specs.yml b/roles/go/meta/argument_specs.yml new file mode 100644 index 00000000..4f8cebe7 --- /dev/null +++ b/roles/go/meta/argument_specs.yml @@ -0,0 +1,12 @@ +--- +argument_specs: + main: + options: + go_global_version: + type: "str" + description: "The go global version to use" + go_versions: + type: "list" + description: "The go versions to install" + elements: "str" + default: [] |
