ansible-role-samba
ansible-role-samba copied to clipboard
Make it optional to create share directories
I manage my share directories and permissions elsewhere and don't want them changed by this role. I've added an additional option (defaults to true so that existing behaviour is maintained) to allow you to disable creating of directories/setting permissions.
Refs #59
Some suggestions:
- Could the flag be made per share, not global? In my case I want some directories to be created/permissions set and some not.
- Add the flag to README.md, otherwise it'll be difficult to discover.