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

join list endpoints

parent 1b42e3a7
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,7 @@
- debug:
var: paas_ci_workdir
- block:
- name: template_url
debug:
var: paas_ci_test.template_url
- name: Get template
get_url:
url: "{{ paas_ci_test.template_url }}"
......@@ -69,7 +63,7 @@
- block:
- name: Concatenate endpoints_to_scan items
set_fact:
endpoints_to_scan_list: "{{ {{ paas_ci_test.endpoints_to_scan }} | join(',') }}"
endpoints_to_scan_list: "{{ paas_ci_test.endpoints_to_scan | join(',') }}"
- name: show list
debug:
......
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