Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alina Buzachis <[email protected]>
  • Loading branch information
GomathiselviS and alinabuzachis committed Oct 24, 2024
1 parent cf315b2 commit db6ee44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/ec2_placement_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
type: str
tags:
description:
- A dict of key value pairs to associate with the placement group
- A dict of key value pairs to associate with the placement group.
type: dict
version_added: 8.1.0
extends_documentation_fragment:
Expand Down Expand Up @@ -85,7 +85,7 @@

RETURN = r"""
placement_group:
description: Placement group attributes
description: Placement group attributes.
returned: when state != absent
type: dict
contains:
Expand Down
8 changes: 4 additions & 4 deletions plugins/modules/ec2_placement_group_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,20 @@

RETURN = r"""
placement_groups:
description: Placement group attributes
description: Placement group attributes.
returned: always
type: complex
contains:
name:
description: PG name
description: PG name.
type: str
sample: "my-cluster"
state:
description: PG state
description: PG state.
type: str
sample: "available"
strategy:
description: PG strategy
description: PG strategy.
type: str
sample: "cluster"
tags:
Expand Down

0 comments on commit db6ee44

Please sign in to comment.