Skip to content
Snippets Groups Projects

Fix/p to pe checks

Merged Aleksandr Kurbatov requested to merge fix/p-to-pe-checks into develop
4 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -6,5 +6,6 @@
@@ -6,5 +6,6 @@
display: json
display: json
register: out
register: out
- name: "Results of {{ item.command }}"
- name: "Results of {{ item.command }}"
 
when: "'nokiaoper:results' in out.output['rpc-reply']"
ansible.builtin.debug:
ansible.builtin.debug:
msg: "{{out.output['rpc-reply']['nokiaoper:results']['nokiaoper:md-cli-output-block'].split('\n')}}"
msg: "{{out.output['rpc-reply']['nokiaoper:results']['nokiaoper:md-cli-output-block'].split('\n')}}"
Loading