blob: 65b695b75cd2bf1d3c7a5225d0687007428931f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
- name: Fetch the latest samba-integration-tests repo
git:
repo: 'https://github.com/gluster/samba-integration.git'
version: tests
dest: /root/samba-integration-tests
- name: Create a symlink for test-info.yml file
file:
src: /root/test-info.yml
dest: /root/samba-integration-tests/test-info.yml
owner: root
group: root
state: link
|