diff --git a/roles/custom/fvs/files/policies.json b/roles/custom/fvs/files/policies.json index f0acb53..b1c20cc 100644 --- a/roles/custom/fvs/files/policies.json +++ b/roles/custom/fvs/files/policies.json @@ -30,10 +30,6 @@ "url": "https://info.steinbeis.schule", "name": "FvS-Hilfesystem" }, - { - "url": "https://ticket.steinbeis.schule", - "name": "FvS-IT-Support" - }, { "url": "https://moodle.steinbeis.schule", "name": "FvS-Moodle" diff --git a/roles/lmn_mount/tasks/main.yml b/roles/lmn_mount/tasks/main.yml index 504269b..0f09299 100644 --- a/roles/lmn_mount/tasks/main.yml +++ b/roles/lmn_mount/tasks/main.yml @@ -97,7 +97,7 @@ ansible.posix.mount: src: "{{ nfs_server }}:tools" path: /lmn/tools - opts: rw,_netdev,x-systemd.automount,x-systemd.idle-timeout=10s,x-systemd.mount-timeout=10,timeo=100,soft + opts: rw,_netdev,x-systemd.automount,x-systemd.idle-timeout=10s,timeo=100,soft state: present fstype: nfs4 when: nfs_server is defined