Skip to content

Commit 0d87cfe

Browse files
author
Shiva Shankar Vaddepally
committed
Merge branch 'main' of github.com:netscaler/ansible-collection-netscaleradc into SupportDynamicRouting
2 parents e4c4887 + cbd6a7b commit 0d87cfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/modules/bgprouter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- Shiva Shankar Vaddepally (@shivashankar-vaddepally)
2828
options:
2929
state:
30+
type: str
3031
choices:
3132
- present
3233
- absent
@@ -37,7 +38,6 @@
3738
- When C(present), the resource will be added/updated configured according to the module's parameters.
3839
- When C(absent), the resource will be deleted from the NetScaler ADC node.
3940
- When C(unset), the resource will be unset on the NetScaler ADC node.
40-
type: str
4141
remove_non_updatable_params:
4242
type: str
4343
choices:

0 commit comments

Comments
 (0)