From 894742f817b0f54ed28ae02dee35efc599fe3ae4 Mon Sep 17 00:00:00 2001 From: Aleksa Cukovic Date: Wed, 9 Feb 2022 16:49:46 +0100 Subject: [PATCH] Replace (yml|yaml) with {yml,yaml} so it gets converted to rst correctly (#636) Fix typo Reviewed-by: Mark Chappell Reviewed-by: Alina Buzachis Reviewed-by: Jill R (cherry picked from commit 4a0cd9d816e781d02fdf9302b1f29bd39ec935fb) --- 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 0ee3f8f015b..1f787d9d98c 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.