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