mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user