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 2456d85 commit 4d6e6b7Copy full SHA for 4d6e6b7
docs/plugins/subnet_module.rst
@@ -773,6 +773,9 @@ Parameters
773
774
:ansible-option-type:`string`
775
776
+ :ansible-option-versionadded:`added in 1.6.0 of codeaffen.phpipam`
777
+
778
779
.. raw:: html
780
781
</div>
plugins/modules/subnet.py
@@ -66,6 +66,7 @@
66
description:
67
- Layer-2 routing domain the vlan belongs to
68
- If you have I(vlan) with same number in different routing domains it need to be set on desired value
69
+ version_added: 1.6.0
70
type: str
71
required: false
72
default: default
0 commit comments