Skip to content
Snippets Groups Projects
Commit 5d31e257 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Enhanced report summary

parent 0257839d
No related branches found
No related tags found
1 merge request!61Enhanced report summary
......@@ -40,9 +40,13 @@
register: scans_log
when: summary_report_json.global == 'NOK'
- name: import scans_log
set_fact:
imported_scans_log: "{{ scans_log.stdout }}"
- name: Show scans log
debug:
msg: "{{ scans_log.output }}"
msg: "{{ imported_scans_log.output }}"
when: summary_report_json.global == 'NOK'
- name: Detailed report summary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment