ansible-community / ansible-nomad

:watch: Ansible role for Nomad
https://galaxy.ansible.com/brianshumate/nomad
BSD 2-Clause "Simplified" License
298 stars 166 forks source link

Change default permissions of host_volumes to 0755 #77

Closed Legogris closed 4 years ago

Legogris commented 4 years ago

Since these are directories, default permissions of 644 rather than 755 make little sense. Maybe creation/modification should be made optional via a flag. Or maybe remove the perm part alltogether - when mapping to existing directories it's really easy to miss setting this parameter and either breaking or mistakenly exposing things when permissions are changed.