File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ disk_additional_disks:
4242* `mount` is the directory where the new disk should be mounted.
4343* `user` sets owner of the mount directory (default: `root`).
4444* `group` sets group of the mount directory (default: `root`).
45- * `mode` sets the mountpoint directory permissions (default: `0775 `).
45+ * `mode` sets the mountpoint directory permissions (default: `0755 `).
4646* `disable_periodic_fsck` deactivates the periodic ext3/4 filesystem check for the new disk.
4747
4848You can add :
Original file line number Diff line number Diff line change 113113 path : ' {{ item.mount }}'
114114 owner : ' {{ item.user | default("root") }}'
115115 group : ' {{ item.group | default("root") }}'
116- mode : ' {{ item.mode | default("0775 ") }}'
116+ mode : ' {{ item.mode | default("0755 ") }}'
117117 state : directory
118118 with_items : ' {{ disk_additional_disks }}'
119119 tags : ['disk']
You can’t perform that action at this time.
0 commit comments