From 53b7d0644398767b4e2add1ada5e9c35123cebbc Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 8 Aug 2026 11:14:37 +0000 Subject: [PATCH 1/2] subnet: fix invalid-documentation (string -> str) --- plugins/modules/subnet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/subnet.py b/plugins/modules/subnet.py index 6ddbad4..cac0d5c 100644 --- a/plugins/modules/subnet.py +++ b/plugins/modules/subnet.py @@ -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 @@ -134,7 +134,7 @@ default: no subnet_state: description: Assigned tag of the subnet. - type: string + type: str required: false threshold: description: Subnet threshold From 073cbe6699f84c561e26787f190463a233e14932 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 8 Aug 2026 11:15:22 +0000 Subject: [PATCH 2/2] vlan: fix invalid-documentation (string -> str) --- plugins/modules/vlan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/vlan.py b/plugins/modules/vlan.py index 210c335..324e629 100644 --- a/plugins/modules/vlan.py +++ b/plugins/modules/vlan.py @@ -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