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 type: cifs
options: options:
- credentials=/etc/creds/hetzner_credentials - credentials=/etc/creds/hetzner_credentials
- uid= 100001 - uid=100001
- gid= 10 - gid=10
- vers=3.0 - vers=3.0
- mfsymlinks - mfsymlinks
automount: "{{ env_automount }}" automount: "{{ env_automount }}"