Fixing typo in EC2 modules
This commit is contained in:
parent
978af89175
commit
654b37f212
2 changed files with 2 additions and 2 deletions
|
@ -325,7 +325,7 @@ def create_instances(module, ec2):
|
|||
"""
|
||||
Creates new instances
|
||||
|
||||
module : AnsbileModule object
|
||||
module : AnsibleModule object
|
||||
ec2: authenticated ec2 connection object
|
||||
|
||||
Returns:
|
||||
|
|
|
@ -162,7 +162,7 @@ def create_image(module, ec2):
|
|||
"""
|
||||
Creates new AMI
|
||||
|
||||
module : AnsbileModule object
|
||||
module : AnsibleModule object
|
||||
ec2: authenticated ec2 connection object
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue