summaryrefslogtreecommitdiffstats
path: root/roles/yamllint
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-21 23:14:58 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-21 23:14:58 +0100
commitdae05ed97cf8183bfb8725f9c6c4abee9ac4970d (patch)
tree92eb9f5308a344dca7c02e1070398f80537ed35a /roles/yamllint
parent5dcb7b3f99c7f7a9a9b11814334baeef81535d20 (diff)
Fix bash dependencies in shell scripts called
Diffstat (limited to 'roles/yamllint')
-rw-r--r--roles/yamllint/meta/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/yamllint/meta/main.yml b/roles/yamllint/meta/main.yml
index 2be2e40e..2cf216b5 100644
--- a/roles/yamllint/meta/main.yml
+++ b/roles/yamllint/meta/main.yml
@@ -1,5 +1,6 @@
---
dependencies:
+ - role: "bash"
- role: "python"
galaxy_info:
author: "a14m"