diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-12-02 17:32:42 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-12-02 22:41:42 +0100 |
| commit | fc1491ba66118fcb53190f618ef22351cb0eed55 (patch) | |
| tree | 7efd2be19d6bf5254e73662114631315797c4d96 /roles/rust/meta/argument_specs.yml | |
| parent | 048f3154918cdfb65cc21ed2aa254adb0aa2d86b (diff) | |
Add rust role w/testing
Diffstat (limited to 'roles/rust/meta/argument_specs.yml')
| -rw-r--r-- | roles/rust/meta/argument_specs.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/rust/meta/argument_specs.yml b/roles/rust/meta/argument_specs.yml new file mode 100644 index 00000000..93ebc36e --- /dev/null +++ b/roles/rust/meta/argument_specs.yml @@ -0,0 +1,15 @@ +--- +argument_specs: + main: + short_description: "Install Rust via rustup on Linux distributions" + description: "Install Rust via rustup on Linux distributions" + options: + rust_toolchain: + type: "str" + description: "The Rust toolchain to install (stable, beta, nightly)" + default: "stable" + rust_components: + type: "list" + description: "Additional rustup components to install" + elements: "str" + default: [] |
