1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

[cloud][aws] Make s3_object_version truly optional in lambda module

This commit is contained in:
Ryan S. Brown 2017-02-03 16:22:54 -05:00
parent ccb1b742f5
commit bb9ee0cf6f

View file

@ -228,7 +228,7 @@ def main():
['zip_file', 's3_bucket'],
['zip_file', 's3_object_version']]
required_together = [['s3_key', 's3_bucket', 's3_object_version'],
required_together = [['s3_key', 's3_bucket'],
['vpc_subnet_ids', 'vpc_security_group_ids']]
module = AnsibleModule(argument_spec=argument_spec,