mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Add umask option for mount module
This commit is contained in:
parent
d6ae0981c5
commit
d2c5f21e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -407,4 +407,4 @@
|
||||||
file:
|
file:
|
||||||
path: /tmp/mount_dest
|
path: /tmp/mount_dest
|
||||||
state: absent
|
state: absent
|
||||||
when: ansible_system not in ('MacOS')
|
when: ansible_system not in ('Darwin')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue