aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/vagrant/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'fdio.infra.ansible/roles/vagrant/tasks/main.yml')
-rw-r--r--fdio.infra.ansible/roles/vagrant/tasks/main.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/fdio.infra.ansible/roles/vagrant/tasks/main.yml b/fdio.infra.ansible/roles/vagrant/tasks/main.yml
index 14e919cb31..1716ebe0d5 100644
--- a/fdio.infra.ansible/roles/vagrant/tasks/main.yml
+++ b/fdio.infra.ansible/roles/vagrant/tasks/main.yml
@@ -26,13 +26,14 @@
- 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: |