X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=fdio.infra.ansible%2Froles%2Fvagrant%2Ftasks%2Fmain.yml;h=1716ebe0d52f11e8cebc850317ba7a9548c9cb8d;hb=HEAD;hp=14e919cb31f20c67aa47a988b5137e97e2b6c8af;hpb=d41a5490f30a161561c39c4f1b08add17b9cf6f7;p=csit.git 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: |