Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/modules/subnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
default: no
scan_agent:
description: Name of scanagent which should be used for subnet
type: string
type: str
required: false
ping_subnet:
description: Controls if subnet should be included in status checks
Expand All @@ -134,7 +134,7 @@
default: no
subnet_state:
description: Assigned tag of the subnet.
type: string
type: str
required: false
threshold:
description: Subnet threshold
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/vlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
required: true
routing_domain:
description: Name of the L2 routing domain of that VLAN
type: string
type: str
required: false
extends_documentation_fragment:
- codeaffen.phpipam.phpipam
Expand Down
Loading