mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +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
|
||||
elif state == 'mounted':
|
||||
|
||||
dirs_created = []
|
||||
if not os.path.exists(name) and not module.check_mode:
|
||||
old_umask = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue