Skip to content

Commit 83da8bb

Browse files
committed
fix regex
Signed-off-by: willtome <[email protected]>
1 parent 8a5e405 commit 83da8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser_templates/cli/show_ip_ospf_neighbor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
when: process_state == 'active'
6666
json_template:
6767
template:
68-
- key: "{{ item.ip }}"
68+
- key: "{{ item.ip | trim }}"
6969
object:
7070
- key: neighbor_id
7171
value: "{{ item.neighbor | trim }}"

0 commit comments

Comments
 (0)