Skip to content

Commit

Permalink
Apply suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis committed May 21, 2024
1 parent f870697 commit c4faeed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/cloudformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
- If O(state=present), the stack does exist, and neither O(template),
O(template_body) nor O(template_url) are specified, the previous template will be reused.
- The O(template) parameter has been deprecated and will be remove in a release after
2026-05-01. It is recommended to use O(template_body) with the lookup plugin.
2026-05-01. It is recommended to use O(template_body) with the P(ansible.builtin.template#lookup) lookup plugin.
type: path
notification_arns:
description:
Expand Down Expand Up @@ -98,8 +98,8 @@
description:
- If stack already exists create a changeset instead of directly applying changes. See the AWS Change Sets docs
U(https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html).
- "WARNING: if the stack does not exist, it will be created without changeset. If O(state=absent), the stack will be
deleted immediately with no changeset."
- B(WARNING:) if the stack does not exist, it will be created without changeset. If O(state=absent), the stack will be
deleted immediately with no changeset.
type: bool
default: false
changeset_name:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cloudwatch_metric_alarm_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
type: str
namespace:
description:
- Name of the appropriate namespace (AWS/EC2, System/Linux, etc.).
- Name of the appropriate namespace (V(AWS/EC2), V(System/Linux), etc.).
- Determines the category it will appear under in CloudWatch.
returned: always
type: str
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/ec2_ami.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
default: ''
no_reboot:
description:
- Flag indicating that the bundling process should not attempt to shutdown the instance before bundling. If this flag is V(True), the
- Flag indicating that the bundling process should not attempt to shutdown the instance before bundling. If this flag is V(true), the
responsibility of maintaining file system integrity is left to the owner of the instance.
default: false
type: bool
Expand Down Expand Up @@ -100,7 +100,7 @@
description: The ID of the Snapshot.
iops:
type: int
description: When using an O(device_mapping.volume_type=io1), this sets the number of IOPS provisioned for the volume.
description: When using O(device_mapping.volume_type=io1), this sets the number of IOPS provisioned for the volume.
encrypted:
type: bool
description: Whether the volume should be encrypted.
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/ec2_ami_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
---
module: ec2_ami_info
version_added: 1.0.0
short_description: Gather information about ec2 AMIs
short_description: Gather information about EC2 AMIs
description:
- Gather information about ec2 AMIs.
- Gather information about EC2 AMIs.
author:
- Prasad Katti (@prasadkatti)
options:
Expand Down

0 comments on commit c4faeed

Please sign in to comment.