From c4faeed62e6620e5ce0f0788225b5b3b3287522a Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Tue, 21 May 2024 14:29:19 +0200 Subject: [PATCH] Apply suggestions Signed-off-by: Alina Buzachis --- plugins/modules/cloudformation.py | 6 +++--- plugins/modules/cloudwatch_metric_alarm_info.py | 2 +- plugins/modules/ec2_ami.py | 4 ++-- plugins/modules/ec2_ami_info.py | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/modules/cloudformation.py b/plugins/modules/cloudformation.py index c58ee16e9b2..923f03d4d35 100644 --- a/plugins/modules/cloudformation.py +++ b/plugins/modules/cloudformation.py @@ -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: @@ -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: diff --git a/plugins/modules/cloudwatch_metric_alarm_info.py b/plugins/modules/cloudwatch_metric_alarm_info.py index f00ca29d351..8284a363643 100644 --- a/plugins/modules/cloudwatch_metric_alarm_info.py +++ b/plugins/modules/cloudwatch_metric_alarm_info.py @@ -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 diff --git a/plugins/modules/ec2_ami.py b/plugins/modules/ec2_ami.py index 02593610202..a369dc968da 100644 --- a/plugins/modules/ec2_ami.py +++ b/plugins/modules/ec2_ami.py @@ -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 @@ -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. diff --git a/plugins/modules/ec2_ami_info.py b/plugins/modules/ec2_ami_info.py index 7eee414a995..fb6a7cc2d93 100644 --- a/plugins/modules/ec2_ami_info.py +++ b/plugins/modules/ec2_ami_info.py @@ -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: