Skip to content

Commit 59c17cf

Browse files
author
Shiva Shankar Vaddepally
committed
resolving pep issues
Signed-off-by: Shiva Shankar Vaddepally <[email protected]>
1 parent a7e8f11 commit 59c17cf

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

plugins/module_utils/nitro_resource_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50496,7 +50496,7 @@
5049650496
"type": "list",
5049750497
"elements": "dict",
5049850498
"options": {
50499-
"action": {"no_log": False, "type": "str", "choices": ["permit", "deny"]},
50499+
"action": {"no_log": False, "type": "str"},
5050050500
"localPreference": {"no_log": False, "type": "int"},
5050150501
"matchAsPath": {"no_log": False, "type": "str"},
5050250502
"matchCommunity": {"no_log": False, "type": "str"},

plugins/modules/routemap.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@
2626
options:
2727
state:
2828
type: str
29-
choices: ["present", "absent", "unset]
29+
choices: ["unset", "absent", "present"]
3030
default: present
3131
description:
3232
- The state of the resource on the NetScaler ADC node.
3333
- When C(present), the resource will be added or updated.
3434
- When C(absent), the resource will be deleted.
3535
- When C(unset), the resource will be unset.
36-
3736
3837
name:
3938
type: str
@@ -48,7 +47,6 @@
4847
suboptions:
4948
action:
5049
type: str
51-
choices: ["permit", "deny"]
5250
description:
5351
- Specifies if the route-map denies or permits the operations.
5452

0 commit comments

Comments
 (0)