From 4a8930f8867cd5faf8ea7344419ab8e146fb124c Mon Sep 17 00:00:00 2001 From: Bradley Phipps Date: Fri, 10 Jun 2016 14:44:57 +0100 Subject: [PATCH] added missing colons to documentation (#3913) --- cloud/amazon/ec2_ami.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/amazon/ec2_ami.py b/cloud/amazon/ec2_ami.py index 16321183c6a..1c1bd8354b1 100644 --- a/cloud/amazon/ec2_ami.py +++ b/cloud/amazon/ec2_ami.py @@ -122,7 +122,7 @@ EXAMPLES = ''' register: instance # AMI Creation, with a custom root-device size and another EBS attached -- ec2_ami +- ec2_ami: aws_access_key: xxxxxxxxxxxxxxxxxxxxxxx aws_secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx instance_id: i-xxxxxx @@ -139,7 +139,7 @@ EXAMPLES = ''' register: instance # AMI Creation, excluding a volume attached at /dev/sdb -- ec2_ami +- ec2_ami: aws_access_key: xxxxxxxxxxxxxxxxxxxxxxx aws_secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx instance_id: i-xxxxxx