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/git/tasks | |
| parent | cf8f30da8b198f4920934a0cf6bf84bd0dbbf63b (diff) | |
Fix homebrew role dependencies on ubuntu
Diffstat (limited to 'roles/git/tasks')
| -rw-r--r-- | roles/git/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml new file mode 100644 index 00000000..d0147464 --- /dev/null +++ b/roles/git/tasks/main.yml @@ -0,0 +1,6 @@ +--- +- name: "Ensure git is installed" + become: true + ansible.builtin.package: + name: "git" + state: "present" |
