From 5bc559926ea4bc17b85d906a52edc6646ffaf379 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 18:02:45 +0000 Subject: [PATCH] Replace (yml|yaml) with {yml,yaml} so it gets converted to rst correctly (#636) (#658) [PR #636/4a0cd9d8 backport][stable-2] Fix typo This is a backport of PR #636 as merged into main (4a0cd9d). None --- plugins/inventory/aws_ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inventory/aws_ec2.py b/plugins/inventory/aws_ec2.py index 3806a0a2c9f..10c097eb601 100644 --- a/plugins/inventory/aws_ec2.py +++ b/plugins/inventory/aws_ec2.py @@ -18,7 +18,7 @@ description: - Get inventory hosts from Amazon Web Services EC2. - - Uses a YAML configuration file that ends with C(aws_ec2.(yml|yaml)). + - Uses a YAML configuration file that ends with C(aws_ec2.{yml|yaml}). notes: - If no credentials are provided and the control node has an associated IAM instance profile then the role will be used for authentication.