From c85806e3289b5e207d51d382f8dc75edad04404d Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 23 Aug 2022 12:02:28 -0400 Subject: switched to alpine initial commit --- roles/samba/templates/smb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/samba/templates') diff --git a/roles/samba/templates/smb.conf b/roles/samba/templates/smb.conf index eb5839a..5c1360a 100644 --- a/roles/samba/templates/smb.conf +++ b/roles/samba/templates/smb.conf @@ -1,5 +1,5 @@ [data] -path = {{ data_vol_ssd }} +path = {{ samba_data_root }} writeable=Yes create mask=0777 directory mask=0777 -- cgit v1.2.3