Skip to content

Commit 009ba45

Browse files
author
satken2
committed
Add umask option for mount module
1 parent cb88cba commit 009ba45

File tree

1 file changed

+0
-2
lines changed
  • tests/integration/targets/mount/tasks

1 file changed

+0
-2
lines changed

tests/integration/targets/mount/tasks/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@
358358
path: /tmp/mount_dest
359359
state: mounted
360360
fstype: nullfs
361-
opts: bind
362361
umask: 0777
363362
when: ansible_system == 'FreeBSD'
364363
- name: Unmount FS to access underlying directory
@@ -391,7 +390,6 @@
391390
path: /tmp/mount_dest
392391
state: mounted
393392
fstype: nullfs
394-
opts: bind
395393
umask: "0777"
396394
when: ansible_system == 'FreeBSD'
397395
- name: Unmount FS to access underlying directory

0 commit comments

Comments
 (0)