mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix aws_config_aggregator argument count error (#41686)
This commit is contained in:
@@ -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
|
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:
|
try:
|
||||||
aggregator = client.describe_configuration_aggregators(
|
aggregator = client.describe_configuration_aggregators(
|
||||||
ConfigurationAggregatorNames=[params['name']]
|
ConfigurationAggregatorNames=[params['name']]
|
||||||
|
|||||||
Reference in New Issue
Block a user