mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-07 06:34:23 -07:00
Erorr community
This commit is contained in:
parent
5eda6b9a4f
commit
e77b24f639
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue