diff --git a/tasks/main.yml b/tasks/main.yml
index 745d058e20283a01495e21d88aa7bf63a3991474..fabe53d7a3309e4fb644b0cbcf641da944d68a5f 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -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: