From c54cadc0e9086a369082773b1b09017319af2361 Mon Sep 17 00:00:00 2001
From: Pierre Kunzli <pierre.kuenzli@unige.ch>
Date: Wed, 14 Aug 2024 10:02:50 +0000
Subject: [PATCH] add git-lfs and remove nfs server in ansible config

---
 ansible/configure_system.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/ansible/configure_system.yml b/ansible/configure_system.yml
index 5bba426..52312d8 100644
--- a/ansible/configure_system.yml
+++ b/ansible/configure_system.yml
@@ -16,6 +16,7 @@
       - bison
       - flex
       - git
+      - git-lfs
       - build-essential
       - automake
       - autoconf
@@ -28,9 +29,3 @@
       - vim
     state: latest
 
-- name: Start service nfs, if not started
-  become: true
-  ansible.builtin.service:
-    name: nfs-utils.service
-    state: started
-    enabled: true
-- 
GitLab