Commit 654b37f2 by Joshua Lund

Fixing typo in EC2 modules

parent 978af891
...@@ -325,7 +325,7 @@ def create_instances(module, ec2): ...@@ -325,7 +325,7 @@ def create_instances(module, ec2):
""" """
Creates new instances Creates new instances
module : AnsbileModule object module : AnsibleModule object
ec2: authenticated ec2 connection object ec2: authenticated ec2 connection object
Returns: Returns:
......
...@@ -162,7 +162,7 @@ def create_image(module, ec2): ...@@ -162,7 +162,7 @@ def create_image(module, ec2):
""" """
Creates new AMI Creates new AMI
module : AnsbileModule object module : AnsibleModule object
ec2: authenticated ec2 connection object ec2: authenticated ec2 connection object
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment