diff --git a/plugins/modules/mount.py b/plugins/modules/mount.py index b9be7f9..3da1dc0 100644 --- a/plugins/modules/mount.py +++ b/plugins/modules/mount.py @@ -716,9 +716,6 @@ def main(): changed = True elif state == 'mounted': - if not os.path.exists(args['src']): - module.fail_json(msg="Unable to mount %s as it does not exist" % args['src']) - if not os.path.exists(name) and not module.check_mode: try: os.makedirs(name)