Fix aws_config_aggregator argument count error (#41686)

pull/41689/head
Ryan Brown 6 years ago committed by GitHub
parent 5a72eef0a3
commit 7dcaef8115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save