mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
[PR #9447/5f47127e backport][stable-10] adjust doc style - batch 2 (#9463)
adjust doc style - batch 2 (#9447)
(cherry picked from commit 5f47127ef7
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
ec6c2a76ad
commit
cb969fc468
21 changed files with 47 additions and 47 deletions
|
@ -10,9 +10,9 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = r"""
|
||||
module: scaleway_ip_info
|
||||
short_description: Gather information about the Scaleway ips available
|
||||
short_description: Gather information about the Scaleway IPs available
|
||||
description:
|
||||
- Gather information about the Scaleway ips available.
|
||||
- Gather information about the Scaleway IPs available.
|
||||
author:
|
||||
- "Yanis Guenane (@Spredzy)"
|
||||
- "Remy Leone (@remyleone)"
|
||||
|
@ -39,7 +39,7 @@ options:
|
|||
"""
|
||||
|
||||
EXAMPLES = r"""
|
||||
- name: Gather Scaleway ips information
|
||||
- name: Gather Scaleway IPs information
|
||||
community.general.scaleway_ip_info:
|
||||
region: par1
|
||||
register: result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue