Skip to content

Commit 720d1d4

Browse files
committed
fixed line length failure from CI checks
1 parent 790546a commit 720d1d4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

plugins/modules/netbox_circuit_termination.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@
5151
version_added: 3.5.0
5252
termination_id:
5353
description:
54-
- The ProviderNetwork, Location, Site, Region, or SiteGroup ID of the circuit termination will be assigned to. This is used with NetBox versions >= 4.2.0.
54+
- The ProviderNetwork, Location, Site, Region, or SiteGroup ID of the circuit termination will be assigned to.
55+
- This parameter is used with NetBox versions >= 4.2.0.
5556
required: false
5657
type: int
5758
version_added: 4.2.0
5859
termination_type:
5960
description:
60-
- The type the circuit termination will be assigned to. This is used with NetBox versions >= 4.2.0.
61+
- The type the circuit termination will be assigned to.
62+
- This parameter is used with NetBox versions >= 4.2.0.
6163
choices:
6264
- dcim.site
6365
- dcim.location
@@ -69,12 +71,14 @@
6971
version_added: 4.2.0
7072
site:
7173
description:
72-
- The site the circuit termination will be assigned to. This is used with NetBox versions before 4.2.0.
74+
- The site the circuit termination will be assigned to.
75+
- This parameter is used with NetBox versions before 4.2.0.
7376
required: false
7477
type: raw
7578
provider_network:
7679
description:
77-
- The provider_network the circuit termination will be assigned to. This is used with NetBox versions before 4.2.0.
80+
- The provider_network the circuit termination will be assigned to.
81+
- This parameter is used with NetBox versions before 4.2.0.
7882
required: false
7983
type: raw
8084
port_speed:

0 commit comments

Comments
 (0)