diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-04 02:34:28 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-04 02:34:28 +0100 |
| commit | 65cd427c0ddcb48b35cc0baaee978e3a131ceeb9 (patch) | |
| tree | 722578f6b67cbef96ab24c507bca9be3db7ddbbe /roles/go | |
| parent | a285aa06525c3e9031ec4836ab7ecc915f194723 (diff) | |
Fix mise role dependencies (where it's used with other languages)
Diffstat (limited to 'roles/go')
| -rw-r--r-- | roles/go/meta/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/go/meta/main.yml b/roles/go/meta/main.yml index 946d0801..19251301 100644 --- a/roles/go/meta/main.yml +++ b/roles/go/meta/main.yml @@ -1,5 +1,6 @@ --- dependencies: + - role: "bash" - role: "mise" galaxy_info: author: "a14m" |
