We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d3302 commit 72f8221Copy full SHA for 72f8221
plugins/modules/netbox_device_interface.py
@@ -41,7 +41,7 @@
41
type: str
42
data:
43
description:
44
- - Defines the prefix configuration
+ - Defines the interface configuration
45
suboptions:
46
device:
47
@@ -96,7 +96,7 @@
96
type: bool
97
98
99
- - The description of the prefix
+ - The description of the interface
100
required: false
101
102
mode:
@@ -116,7 +116,7 @@
116
type: raw
117
tags:
118
119
- - Any tags that the prefix may need to be associated with
+ - Any tags that the interface may need to be associated with
120
121
type: list
122
required: true
0 commit comments