diff --git a/tasks/2-scan.yml b/tasks/2-scan.yml index ce47dbf52b01cada1c5adace4fe871ee81c47e9e..568ac83bd8a50d4fc690928bf2bfaec00ea72b69 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 }}"