summaryrefslogtreecommitdiffstats
path: root/roles/bash/meta/main.yml
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-02 22:45:38 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-02 23:09:30 +0200
commitbffb91cd442b42a30ce47c8bfcefbaae029331fc (patch)
tree9fff273e850a85775f30c46dc8835e406275ca0b /roles/bash/meta/main.yml
parent95a925f7b32f05487848258de56a7acb1ee99705 (diff)
Add bash as a role and use it in role dependencies when bash is needed
Diffstat (limited to 'roles/bash/meta/main.yml')
-rw-r--r--roles/bash/meta/main.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/roles/bash/meta/main.yml b/roles/bash/meta/main.yml
new file mode 100644
index 00000000..f8dac374
--- /dev/null
+++ b/roles/bash/meta/main.yml
@@ -0,0 +1,18 @@
+---
+dependencies: []
+galaxy_info:
+ author: "a14m"
+ description: "Install bash"
+ company: "kartoffeln.work GmbH."
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"
+ - name: "Ubuntu"
+ versions:
+ - "noble"
+ - name: "Debian"
+ versions:
+ - "bookworm"