From ed5e9de2447d3c07d1e01e9f8a5277fc4c055cf3 Mon Sep 17 00:00:00 2001 From: Yousefnezhad Date: Mon, 16 Jun 2025 08:11:39 +0330 Subject: [PATCH] 1 Blank --- plugins/modules/nfs_exports_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/nfs_exports_info.py b/plugins/modules/nfs_exports_info.py index f9ded05a41..32b1e8b9eb 100644 --- a/plugins/modules/nfs_exports_info.py +++ b/plugins/modules/nfs_exports_info.py @@ -99,7 +99,7 @@ def get_exports(module, output_format, file_path="/etc/exports"): except Exception as ex: module.warn("Error calculating '{}' hash: {}".format(algo, ex)) exports = {} - + output_lines = [] if file_content_bytes: output_lines = file_content_bytes.decode('utf-8', errors='ignore').splitlines()