Compare commits

..

No commits in common. "55fbda871c8558b2b3030fa2067ac2512449cc2d" and "1b2222914f8f09eb7f7d05e418f6c593d62fc8be" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

@ -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"

View file

@ -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