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

Changed module names

parent 02306011
No related branches found
No related tags found
1 merge request!86Debug paas ci
......@@ -9,21 +9,21 @@
- name: Copy scan script
copy:
src: files/scan.py
dest: "{{ paas_ci_workdir + '/scan.py }}"
dest: "{{ paas_ci_workdir + '/scan.py' }}"
- name: Copy utilities module
copy:
src: files/utilities.py
dest: "{{ paas_ci_workdir + '/utilities.py }}"
dest: "{{ paas_ci_workdir + '/scan_utilities.py' }}"
- name: Copy gvm_library module
copy:
src: files/gvm_library.py
dest: "{{ paas_ci_workdir + '/gvm_library.py }}"
dest: "{{ paas_ci_workdir + '/scan_gvm_library.py' }}"
- name: Adding execution permission to scan script
file:
dest: "{{ paas_ci_workdir + '/scan.py }}"
dest: "{{ paas_ci_workdir + '/scan.py' }}"
mode: a+x
- name: Show dep json file
......
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