From f765706b85653d3fcc8350bdc1d898277efd075d Mon Sep 17 00:00:00 2001 From: satken2 Date: Mon, 28 Jun 2021 01:04:53 +0900 Subject: [PATCH] Add umask option for mount module --- plugins/modules/mount.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/mount.py b/plugins/modules/mount.py index 6e3193d..e2557b7 100644 --- a/plugins/modules/mount.py +++ b/plugins/modules/mount.py @@ -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