mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
[cloud][aws] Make s3_object_version truly optional in lambda module
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user