Merge branch 'master' of https://github.com/carlosfrias/apigee-opdk-playbook-setup-ansible
diff --git a/setup-base.yml b/setup-base.yml index df47924..371b24e 100644 --- a/setup-base.yml +++ b/setup-base.yml
@@ -45,7 +45,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 }}"