mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 06:04:24 -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)
|
||||
|
||||
description:
|
||||
description:
|
||||
- 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.
|
||||
|
||||
|
@ -46,7 +46,7 @@ EXAMPLES = r"""
|
|||
|
||||
RETURN = r"""
|
||||
exports_info:
|
||||
description:
|
||||
description:
|
||||
- A mapping of shared folders to IPs and their options, or the reverse.
|
||||
- What it is depends on O(output_format).
|
||||
type: dict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue