Attempt to umount properly.
This commit is contained in:
parent
2f7da9c1b4
commit
fac98e9f09
3 changed files with 63 additions and 17 deletions
|
@ -16,7 +16,7 @@
|
|||
block: |
|
||||
<!-- mounts for home, share and nextcloud -->
|
||||
<volume
|
||||
fstype="cifs"
|
||||
fstype="lmn"
|
||||
server="{{ smb_server }}"
|
||||
path="{{ smb_share }}"
|
||||
mountpoint="/srv/samba/schools/default-school"
|
||||
|
@ -71,7 +71,7 @@
|
|||
line: KillUserProcesses=yes
|
||||
insertafter: '#KillUserProcesses=no'
|
||||
|
||||
- name: Bind mount lmn/media with nosuid directory
|
||||
- name: Bind mount /lmn/media with nosuid directory
|
||||
ansible.posix.mount:
|
||||
src: /lmn/media
|
||||
path: /lmn/media
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue