Fix aws_config_aggregator argument count error (#41686)
This commit is contained in:
parent
5a72eef0a3
commit
7dcaef8115
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ from ansible.module_utils.ec2 import boto3_conn, get_aws_connection_info, AWSRet
|
|||
from ansible.module_utils.ec2 import camel_dict_to_snake_dict, boto3_tag_list_to_ansible_dict
|
||||
|
||||
|
||||
def resource_exists(client, module, resource_type, params):
|
||||
def resource_exists(client, module, params):
|
||||
try:
|
||||
aggregator = client.describe_configuration_aggregators(
|
||||
ConfigurationAggregatorNames=[params['name']]
|
||||
|
|
Loading…
Reference in a new issue