Update setup-base.yml
diff --git a/setup-base.yml b/setup-base.yml
index 47a9d85..d1338ce 100644
--- a/setup-base.yml
+++ b/setup-base.yml
@@ -46,7 +46,7 @@
   - name: Git checkout of sample playbooks
     ignore_errors: yes
     git:
-      repo: https://github.com/carlosfrias/apigee-opdk-playbook-samples.git
+      repo: https://github.com/carlosfrias/{{ item }}.git
       dest: "{{ workspace }}/{{ item }}"
     with_items: "{{ repos }}"