1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

Erorr community

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

View file

@ -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'
"""