mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 22:24:23 -07:00
trailing whitespace
This commit is contained in:
parent
fafc2c0a64
commit
2c3bdff442
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ module: nfs_exports_info
|
||||||
|
|
||||||
short_description: Extract folders, IPs, and options from (/etc/exports)
|
short_description: Extract folders, IPs, and options from (/etc/exports)
|
||||||
|
|
||||||
description:
|
description:
|
||||||
- This module retrieves and processes the contents of the /etc/exports file from a remote server,
|
- This module retrieves and processes the contents of the /etc/exports file from a remote server,
|
||||||
mapping folders to their corresponding IP addresses and access options.
|
mapping folders to their corresponding IP addresses and access options.
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ EXAMPLES = r"""
|
||||||
|
|
||||||
RETURN = r"""
|
RETURN = r"""
|
||||||
exports_info:
|
exports_info:
|
||||||
description:
|
description:
|
||||||
- A mapping of shared folders to IPs and their options, or the reverse.
|
- A mapping of shared folders to IPs and their options, or the reverse.
|
||||||
- What it is depends on O(output_format).
|
- What it is depends on O(output_format).
|
||||||
type: dict
|
type: dict
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue