mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 23:55:19 +01:00
Add umask option for mount module
This commit is contained in:
parent
d2c5f21e8a
commit
f765706b85
1 changed files with 0 additions and 1 deletions
|
|
@ -801,7 +801,6 @@ def main():
|
||||||
|
|
||||||
changed = True
|
changed = True
|
||||||
elif state == 'mounted':
|
elif state == 'mounted':
|
||||||
|
|
||||||
dirs_created = []
|
dirs_created = []
|
||||||
if not os.path.exists(name) and not module.check_mode:
|
if not os.path.exists(name) and not module.check_mode:
|
||||||
old_umask = None
|
old_umask = None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue