summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/roles/client.test.prep/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/ansible/roles/client.test.prep/tasks/main.yml')
-rw-r--r--vagrant/ansible/roles/client.test.prep/tasks/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/vagrant/ansible/roles/client.test.prep/tasks/main.yml b/vagrant/ansible/roles/client.test.prep/tasks/main.yml
index 65b695b..22da4c3 100644
--- a/vagrant/ansible/roles/client.test.prep/tasks/main.yml
+++ b/vagrant/ansible/roles/client.test.prep/tasks/main.yml
@@ -1,8 +1,8 @@
---
-- name: Fetch the latest samba-integration-tests repo
+- name: Fetching tests repo
git:
- repo: 'https://github.com/gluster/samba-integration.git'
- version: tests
+ repo: "{{ test_repo }}"
+ version: "{{ test_repo_branch }}"
dest: /root/samba-integration-tests
- name: Create a symlink for test-info.yml file