From 9ab586a11138725207d45968592e81df478937e0 Mon Sep 17 00:00:00 2001 From: "gioacchino.vino" <gioacchino.vino@infn.it> Date: Wed, 6 Dec 2023 12:57:01 +0100 Subject: [PATCH] Increased log level --- tasks/2-scan.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tasks/2-scan.yml b/tasks/2-scan.yml index 99d5fb2..f41ce96 100644 --- a/tasks/2-scan.yml +++ b/tasks/2-scan.yml @@ -26,11 +26,6 @@ dest: "{{ paas_ci_workdir + '/scan.py' }}" mode: a+x -- name: Show dep json file - debug: - msg: "{{ lookup('file', item.path) }}" - with_items: "{{ paas_ci_workdir + '/dep.json' }}" - - name: Load depdep log command: cat "{{ paas_ci_workdir + '/dep.json' }}" register: dep_json -- GitLab