mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +00:00
Remove explicit region parameter from ec2_ami_find
This commit is contained in:
@@ -293,8 +293,6 @@ def get_block_device_mapping(image):
|
||||
def main():
|
||||
argument_spec = ec2_argument_spec()
|
||||
argument_spec.update(dict(
|
||||
region = dict(required=True,
|
||||
aliases = ['aws_region', 'ec2_region']),
|
||||
owner = dict(required=False, default=None),
|
||||
ami_id = dict(required=False),
|
||||
ami_tags = dict(required=False, type='dict',
|
||||
|
||||
Reference in New Issue
Block a user