Skip to content
Snippets Groups Projects
Commit f5c4eff6 authored by qweqweasdasd's avatar qweqweasdasd
Browse files

join list endpoints

parent 6a26394b
No related branches found
No related tags found
No related merge requests found
......@@ -61,16 +61,14 @@
when: paas_ci_test_step == 'create_deployment'
- block:
- name: list
debug:
- debug:
var: paas_ci_test.endpoints_to_scan
- name: Concatenate endpoints_to_scan items
set_fact:
endpoints_to_scan_list: "{{ paas_ci_test.endpoints_to_scan | join(',') }}"
- name: show list
debug:
- debug:
var: endpoints_to_scan_list
- name: Run scan
......
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