From 6d11d8a127ed0227defaaae0fffcf47af4284588 Mon Sep 17 00:00:00 2001 From: Marica Antonacci <marica.antonacci@ba.infn.it> Date: Thu, 13 Oct 2022 15:55:22 +0200 Subject: [PATCH] Add missing quoyes --- tasks/2-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/2-scan.yml b/tasks/2-scan.yml index ce47dbf..568ac83 100644 --- a/tasks/2-scan.yml +++ b/tasks/2-scan.yml @@ -9,7 +9,7 @@ - name: Copy script to run copy: src: files/script.py - dest: {{ paas_ci_scan_script_path }} + dest: "{{ paas_ci_scan_script_path }}" - name: Run scan command: "python3 {{ paas_ci_scan_script_path }} {{ paas_ci_test.endpoints_to_scan }} {{ paas_ci_workdir + '/dep.json'}} {{ paas_ci_workdir }}" -- GitLab