Merge remote-tracking branch 'origin/master'
diff --git a/setup-base.yml b/setup-base.yml index fa7a279..dc09b37 100644 --- a/setup-base.yml +++ b/setup-base.yml
@@ -94,6 +94,7 @@ tasks: - name: Create ansible configuration folders + become: false file: path: '{{ item }}' state: directory @@ -126,6 +127,7 @@ when: ansible_pkg_mgr | lower == 'apt' - name: Git checkout of sample configurations + become: false ignore_errors: yes git: repo: '{{ host_repo }}/apigee-opdk-ansible-configuration-samples.git' @@ -133,6 +135,7 @@ accept_hostkey: yes - name: Git checkout of sample inventories + become: false ignore_errors: yes git: repo: '{{ host_repo }}/apigee-opdk-ansible-inventory-samples.git' @@ -140,6 +143,7 @@ accept_hostkey: yes - name: Git checkout of sample playbooks + become: false ignore_errors: yes git: repo: '{{ host_repo }}/{{ item.repo }}.git' @@ -148,6 +152,7 @@ with_items: "{{ repos }}" - name: Add empty credentials.yml file to .apigee + become: false copy: src: resources/credentials.yml dest: '{{ apigee_config }}/credentials.yml'