diff options
Diffstat (limited to 'roles/go/meta/argument_specs.yml')
| -rw-r--r-- | roles/go/meta/argument_specs.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/go/meta/argument_specs.yml b/roles/go/meta/argument_specs.yml index 4f8cebe7..f0eea1bc 100644 --- a/roles/go/meta/argument_specs.yml +++ b/roles/go/meta/argument_specs.yml @@ -4,9 +4,10 @@ argument_specs: options: go_global_version: type: "str" - description: "The go global version to use" + description: "The go global version to use (latest when empty)" + default: "" go_versions: type: "list" - description: "The go versions to install" + description: "The go versions to install (latest when empty)" elements: "str" default: [] |
