From 4cc0b7740f740d27d6375f104e8fd3ec286b1d89 Mon Sep 17 00:00:00 2001 From: Yousefnezhad Date: Wed, 11 Jun 2025 12:04:33 +0330 Subject: [PATCH] 2 Blank Errors --- plugins/modules/nfs_exports_info.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/nfs_exports_info.py b/plugins/modules/nfs_exports_info.py index c88a043f1a..222df87318 100644 --- a/plugins/modules/nfs_exports_info.py +++ b/plugins/modules/nfs_exports_info.py @@ -129,5 +129,7 @@ def main(): file_digest=result['file_digest'] ) if __name__ == '__main__': + + main() __all__ = ['get_exports']