summaryrefslogtreecommitdiffstats
path: root/roles/rust/meta/main.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-12-02 17:32:42 +0100
committerAhmed Abdelhalim <[email protected]>2025-12-02 22:41:42 +0100
commitfc1491ba66118fcb53190f618ef22351cb0eed55 (patch)
tree7efd2be19d6bf5254e73662114631315797c4d96 /roles/rust/meta/main.yml
parent048f3154918cdfb65cc21ed2aa254adb0aa2d86b (diff)
Add rust role w/testing
Diffstat (limited to 'roles/rust/meta/main.yml')
-rw-r--r--roles/rust/meta/main.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/roles/rust/meta/main.yml b/roles/rust/meta/main.yml
new file mode 100644
index 00000000..7f664eef
--- /dev/null
+++ b/roles/rust/meta/main.yml
@@ -0,0 +1,20 @@
+---
+dependencies:
+ - role: "bash"
+ - role: "curl"
+galaxy_info:
+ author: "a14m"
+ description: "Install Rust via rustup on Linux distributions"
+ company: "kartoffeln.work GmbH."
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"
+ - name: "Ubuntu"
+ versions:
+ - "noble"
+ - name: "Debian"
+ versions:
+ - "bookworm"