mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -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
|
@ -22,7 +22,7 @@ attributes:
|
|||
options:
|
||||
state:
|
||||
description:
|
||||
- Define a public ip state to create, remove, or update.
|
||||
- Define a public IP state to create, remove, or update.
|
||||
type: str
|
||||
required: false
|
||||
default: 'present'
|
||||
|
@ -108,7 +108,7 @@ EXAMPLES = r"""
|
|||
|
||||
RETURN = r"""
|
||||
public_ip:
|
||||
description: Information about the public ip that was processed.
|
||||
description: Information about the public IP that was processed.
|
||||
type: dict
|
||||
sample: '{"id": "F77CC589EBC120905B4F4719217BFF6D", "ip": "10.5.132.106"}'
|
||||
returned: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue