From e77b24f6394de55c10d033133541baacf2cd1ebd Mon Sep 17 00:00:00 2001 From: Yousefnezhad Date: Wed, 21 May 2025 09:41:10 +0330 Subject: [PATCH] Erorr community --- plugins/modules/nfs_exports_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/nfs_exports_info.py b/plugins/modules/nfs_exports_info.py index 80c514b2dd..331417b50b 100644 --- a/plugins/modules/nfs_exports_info.py +++ b/plugins/modules/nfs_exports_info.py @@ -35,12 +35,12 @@ options: EXAMPLES = r""" - name: Get IPs and options per shared folder - fava.infra.nfs_exports_info: + community.general.nfs_exports_info: output_format: 'ips_per_share' register: result - name: Get shared folders and options per IP - fava.infra.nfs_exports_info: + community.general.nfs_exports_info: output_format: 'shares_per_ip' """