Skip to content

Commit

Permalink
fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
willtome committed Dec 5, 2018
1 parent 8a5e405 commit 6f3ac87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser_templates/cli/show_ip_ospf_neighbor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
when: process_state == 'active'
json_template:
template:
- key: "{{ item.ip }}"
- key: "{{ item.ip | trim }}"
object:
- key: neighbor_id
value: "{{ item.neighbor | trim }}"
Expand Down

0 comments on commit 6f3ac87

Please sign in to comment.