mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
adjust doc style - batch 2 (#9447)
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