Skip to content

Commit 166666f

Browse files
authored
Fix issue where Config Context was unable to be added to cluster (#715)
1 parent 1e5e5b2 commit 166666f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/module_utils/netbox_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
"circuit_termination": "circuit_terminations",
171171
"circuits.circuittermination": "circuit_terminations",
172172
"cluster": "clusters",
173+
"clusters": "clusters",
173174
"cluster_group": "cluster_groups",
174175
"cluster_groups": "cluster_groups",
175176
"cluster_type": "cluster_types",
@@ -1053,7 +1054,6 @@ def _find_ids(self, data, user_query_params):
10531054
"device_types",
10541055
"platforms",
10551056
"cluster_groups",
1056-
"clusters",
10571057
"contact_groups",
10581058
"tenant_groups",
10591059
"tenants",

0 commit comments

Comments
 (0)