fix: samba mount option issue

This commit is contained in:
vincent 2024-02-04 21:16:59 +01:00
parent e083f4da7a
commit 29ab70a1d5

View File

@ -13,8 +13,8 @@ systemd_mounts:
type: cifs
options:
- credentials=/etc/creds/hetzner_credentials
- uid= 100001
- gid= 10
- uid=100001
- gid=10
- vers=3.0
- mfsymlinks
automount: "{{ env_automount }}"