2014-02-14 00:28:29 +01:00
|
|
|
- hosts: testhost
|
|
|
|
gather_facts: True
|
|
|
|
roles:
|
|
|
|
- { role: test_copy, tags: test_copy }
|
2014-02-19 22:45:18 +01:00
|
|
|
- { role: test_stat, tags: test_stat }
|
2014-02-19 20:54:45 +01:00
|
|
|
- { role: test_template, tags: test_template }
|
2014-02-19 22:23:07 +01:00
|
|
|
- { role: test_file, tags: test_file }
|
2014-02-19 22:42:02 +01:00
|
|
|
- { role: test_fetch, tags: test_fetch }
|
2014-02-19 23:32:32 +01:00
|
|
|
- { role: test_synchronize, tags: test_synchronize }
|
2014-02-19 23:38:01 +01:00
|
|
|
- { role: test_subversion, tags: test_subversion }
|
2014-02-20 03:13:47 +01:00
|
|
|
- { role: test_git, tags: test_git }
|
2014-02-14 00:28:29 +01:00
|
|
|
|