summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/subversion/roles/subversion/tasks/main.yml
blob: 0d6acb8a571a2eea1dc7f391294fe02b036fe3bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
- name: setup subversion server
  import_tasks: setup.yml
  tags: setup

- name: verify that subversion is installed so this test can continue
  shell: which svn
  tags: always

- name: run tests
  import_tasks: tests.yml
  tags: tests

- name: run warning
  import_tasks: warnings.yml
  tags: warnings

- name: clean up
  import_tasks: cleanup.yml
  tags: cleanup