Erorr community

This commit is contained in:
Yousefnezhad 2025-05-21 09:41:10 +03:30
commit e77b24f639

View file

@ -35,12 +35,12 @@ options:
EXAMPLES = r""" EXAMPLES = r"""
- name: Get IPs and options per shared folder - name: Get IPs and options per shared folder
fava.infra.nfs_exports_info: community.general.nfs_exports_info:
output_format: 'ips_per_share' output_format: 'ips_per_share'
register: result register: result
- name: Get shared folders and options per IP - name: Get shared folders and options per IP
fava.infra.nfs_exports_info: community.general.nfs_exports_info:
output_format: 'shares_per_ip' output_format: 'shares_per_ip'
""" """