summaryrefslogtreecommitdiffstats
path: root/roles/yamllint/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-03-04 00:57:15 +0100
committerAhmed Abdelhalim <[email protected]>2026-03-04 00:57:15 +0100
commitf1cbe79f7573a383ff084cd99e00a36e457fdaef (patch)
treea614cef29c6e837e9c21d2928c57fc8be8e59d2e /roles/yamllint/meta
parent570555cf2d464078190240df724ca4f148c72b48 (diff)
Refactor ansible/yamllint roles to use mise
Diffstat (limited to 'roles/yamllint/meta')
-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 2cf216b5..4daf5d20 100644
--- a/roles/yamllint/meta/main.yml
+++ b/roles/yamllint/meta/main.yml
@@ -1,6 +1,7 @@
---
dependencies:
- role: "bash"
+ - role: "mise"
- role: "python"
galaxy_info:
author: "a14m"