code and doc updates for vagrant VM dev/test environ setup
[csit.git] / fdio.infra.ansible / roles / vagrant / tasks / main.yml
index 14e919c..1716ebe 100644 (file)
 - name: Reload groups for current session
   command: "/usr/bin/newgrp docker"
 
-- name: Clone CSIT repository
-  become_user: vagrant
-  git:
-    repo: "{{ csit.repository.url }}"
-    dest: "{{ csit.home }}"
-    accept_hostkey: true
-    version: "{{ csit.repository.version }}"
+# Disabling CSIT repo cloning in the VM as the repo is synced from the host
+# - name: Clone CSIT repository
+#   become_user: vagrant
+#   git:
+#     repo: "{{ csit.repository.url }}"
+#     dest: "{{ csit.home }}"
+#     accept_hostkey: true
+#     version: "{{ csit.repository.version }}"
 
 - name: Load csit docker image from local path if exists (/vagrant/csit-sut.tar)
   shell: |