diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-20 21:14:30 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-20 21:14:30 +0200 |
| commit | d619aadae27f2d98782651760dc75b81a20dfd81 (patch) | |
| tree | 437a39e3fdcca81e8a562255b928c890119a9129 /roles/homebrew | |
| parent | cf8f30da8b198f4920934a0cf6bf84bd0dbbf63b (diff) | |
Fix homebrew role dependencies on ubuntu
Diffstat (limited to 'roles/homebrew')
| -rw-r--r-- | roles/homebrew/meta/main.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/homebrew/meta/main.yml b/roles/homebrew/meta/main.yml index 5b3ae39a..62e7b03c 100644 --- a/roles/homebrew/meta/main.yml +++ b/roles/homebrew/meta/main.yml @@ -1,5 +1,7 @@ --- -dependencies: [] +dependencies: + - role: "curl" + - role: "git" galaxy_info: author: "a14m" description: "Install homebrew package manager on Linux distributions" |
