X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/aa8bc731bf88603beafcf6744a4a08bb68c12a5a..4efafced17687f5195825759fee360785bd6796d:/tasks/nfs.yml?ds=inline diff --git a/tasks/nfs.yml b/tasks/nfs.yml index 5cdd68d..bfc969a 100644 --- a/tasks/nfs.yml +++ b/tasks/nfs.yml @@ -2,4 +2,12 @@ - name: Install server specific packages ansible.builtin.apt: pkg: - - + - nfs-kernel-server + - ldap-account-manager-lamdaemon +- name: Make sure nfs4 main dir exists + ansible.builtin.file: + path: /srv/nfs4 + state: directory + notify: + - restart nfs-kernel-server service +