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:
parent
ccb1b742f5
commit
bb9ee0cf6f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue