diff --git a/tasks/2-scan.yml b/tasks/2-scan.yml index aa6671d75f18d2a8f8be5491167635365b4a6382..2b59d72b957cee635c6e9d1b240fb087d0a25b39 100644 --- a/tasks/2-scan.yml +++ b/tasks/2-scan.yml @@ -30,10 +30,10 @@ summary_report_json: "{{ summary_report.stdout | from_json }}" - name: Show reports - debug: - msg: "{{lookup('file', item.path)}}" - with_items: "{{report_files.files}}" - when: summary_report_json.global == 'NOK' + debug: + msg: "{{lookup('file', item.path)}}" + with_items: "{{report_files.files}}" + when: summary_report_json.global == 'NOK' - name: Detailed report summary debug: