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

Increased log level

parent f5554733
No related branches found
No related tags found
1 merge request!92Increased log level
...@@ -80,12 +80,12 @@ ...@@ -80,12 +80,12 @@
- name: import scan_log - name: import scan_log
set_fact: set_fact:
imported_scans_log: "{{ scan_log.stdout }}" imported_scan_log: "{{ scan_log.stdout }}"
#when: summary_report_json.global == 'NOK' #when: summary_report_json.global == 'NOK'
- name: Show scans log - name: Show scans log
debug: debug:
var: imported_scans_log var: imported_scan_log
#when: summary_report_json.global == 'NOK' #when: summary_report_json.global == 'NOK'
- name: Detailed report summary - 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