Skip to content

Commit 89fe99e

Browse files
author
Shiva Shankar Vaddepally
committed
solving pip issues
Signed-off-by: Shiva Shankar Vaddepally <[email protected]>
1 parent 03c81a5 commit 89fe99e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/module_utils/nitro_resource_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16595,7 +16595,7 @@
1659516595
"primary_key": "",
1659616596
"primary_key_composite": [],
1659716597
"update_payload_keys": ["afParams", "localAS", "neighbor", "routerId"],
16598-
"readwrite_argument": {
16598+
"readwrite_arguments": {
1659916599
"localAS": {"no_log": False, "type": "int"},
1660016600
"routerId": {"no_log": False, "type": "str"},
1660116601
"afParams": {

plugins/modules/routemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
options:
2727
state:
2828
type: str
29-
choices: ["present", "absent", "unset", "get", "delete"]
29+
choices: ["present", "absent", "unset", "get"]
3030
default: present
3131
description:
3232
- The state of the resource on the NetScaler ADC node.

0 commit comments

Comments
 (0)