blob: 93ebc36e9e232ede909bcf492ea88fef50c9c5e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: []
|