We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5e405 commit 83da8bbCopy full SHA for 83da8bb
parser_templates/cli/show_ip_ospf_neighbor.yaml
@@ -65,7 +65,7 @@
65
when: process_state == 'active'
66
json_template:
67
template:
68
- - key: "{{ item.ip }}"
+ - key: "{{ item.ip | trim }}"
69
object:
70
- key: neighbor_id
71
value: "{{ item.neighbor | trim }}"
0 commit comments