summaryrefslogtreecommitdiffstats
path: root/roles/which/meta/main.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-28 00:03:37 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-29 17:52:39 +0100
commit2427127b814a85342b2279083eec60968554c53c (patch)
treeb1b5489f78d0634430893743dadb27d35a53f400 /roles/which/meta/main.yml
parent5627a4ceabc73c90cf89a6dc8587c003f59415e2 (diff)
Add the minimal role to ensure which util/bin is installed on boot
Diffstat (limited to 'roles/which/meta/main.yml')
-rw-r--r--roles/which/meta/main.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/roles/which/meta/main.yml b/roles/which/meta/main.yml
new file mode 100644
index 00000000..48c2b714
--- /dev/null
+++ b/roles/which/meta/main.yml
@@ -0,0 +1,18 @@
+---
+dependencies: []
+galaxy_info:
+ author: "a14m"
+ description: "Install which binary on Linux"
+ company: "kartoffeln.work GmbH."
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"
+ - name: "Ubuntu"
+ versions:
+ - "noble"
+ - name: "Debian"
+ versions:
+ - "bookworm"