Add umask option for mount module

This commit is contained in:
satken2 2021-06-28 01:04:53 +09:00
parent d2c5f21e8a
commit f765706b85

View file

@ -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