diff --git a/plugins/module_utils/metal/metal_api.py b/plugins/module_utils/metal/metal_api.py index 73f6601..4da80ac 100644 --- a/plugins/module_utils/metal/metal_api.py +++ b/plugins/module_utils/metal/metal_api.py @@ -77,7 +77,6 @@ def extract_ids_from_projects_hrefs(resource: dict): 'spot_instance': optional_bool('spot_instance'), 'spot_price_max': optional_float('spot_price_max'), 'ssh_keys': 'ssh_keys', - 'ssh_keys': 'ssh_keys', 'tags': 'tags', 'userdata': 'userdata', } @@ -111,7 +110,6 @@ def extract_ids_from_projects_hrefs(resource: dict): 'network': 'network', 'project_id': 'project.id', 'public': 'public', - 'quantity': 'quantity', 'quantity': cidr_to_quantity('cidr'), 'tags': 'tags', 'type': 'type', @@ -150,7 +148,6 @@ def get_assignment_address(resource: dict): METAL_IP_ASSIGNMENT_RESPONSE_ATTRIBUTE_MAP = { 'id': 'id', - # 'customdata': 'customdata', 'management': 'management', 'address': get_assignment_address, 'cidr': 'cidr',