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

Changed module names

parent 52913011
No related branches found
No related tags found
1 merge request!87Changed module names
Pipeline #131702 failed
...@@ -13,12 +13,12 @@ ...@@ -13,12 +13,12 @@
- name: Copy utilities module - name: Copy utilities module
copy: copy:
src: files/utilities.py src: files/scan_utilities.py
dest: "{{ paas_ci_workdir + '/scan_utilities.py' }}" dest: "{{ paas_ci_workdir + '/scan_utilities.py' }}"
- name: Copy gvm_library module - name: Copy gvm_library module
copy: copy:
src: files/gvm_library.py src: files/scan_gvm_library.py
dest: "{{ paas_ci_workdir + '/scan_gvm_library.py' }}" dest: "{{ paas_ci_workdir + '/scan_gvm_library.py' }}"
- name: Adding execution permission to scan script - name: Adding execution permission to scan script
......
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