diff --git a/playbooks/mount.yml b/playbooks/mount.yml index 2f1271b..dc50797 100644 --- a/playbooks/mount.yml +++ b/playbooks/mount.yml @@ -16,7 +16,7 @@ path: /samba src: //192.168.xx.xx/sharedfolder fstype: cifs - opts: username=blastoise,password=givemefiles,uid=1000,gid=1000,file_mode=0777,_netdev + opts: username=user,password=password,uid=1000,gid=1000,file_mode=0777,_netdev state: mounted - name: add NFS mount