mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fixed references to missing method in ec2 modules
Change-Id: I9b89d433b545269d111b3c290b6411aabf58dd24
This commit is contained in:
@@ -157,7 +157,7 @@ def commit(changes):
|
||||
time.sleep(500)
|
||||
|
||||
def main():
|
||||
argument_spec = ec2_argument_keys_spec()
|
||||
argument_spec = ec2_argument_spec()
|
||||
argument_spec.update(dict(
|
||||
command = dict(choices=['get', 'create', 'delete'], required=True),
|
||||
zone = dict(required=True),
|
||||
|
||||
@@ -271,7 +271,7 @@ def is_walrus(s3_url):
|
||||
return False
|
||||
|
||||
def main():
|
||||
argument_spec = ec2_argument_keys_spec()
|
||||
argument_spec = ec2_argument_spec()
|
||||
argument_spec.update(dict(
|
||||
bucket = dict(required=True),
|
||||
object = dict(),
|
||||
|
||||
Reference in New Issue
Block a user