From 566fd74132b9cb869529b175cbdf762201279664 Mon Sep 17 00:00:00 2001
From: norbey <ngyimesi@sch.bme.hu>
Date: Fri, 30 Sep 2022 11:30:11 +0200
Subject: [PATCH] Added git to installed packages

---
 tasks/other-packages.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tasks/other-packages.yml b/tasks/other-packages.yml
index 3ba7a53..27057d9 100644
--- a/tasks/other-packages.yml
+++ b/tasks/other-packages.yml
@@ -5,6 +5,7 @@
       - systemd-timesyncd
       - mc #norbey
       - neovim #mike
+      - git
     state: present
 
 - name: Config timesyncd
-- 
GitLab