diff --git a/ansible/configure_system.yml b/ansible/configure_system.yml index 5bba426669778c79b9e164507e1847bde952282b..52312d8fe33a62d8be8237585231ed13e511de46 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