add stat role to non_destructive

pull/4420/head
James Tanner 2014-02-19 16:45:18 -05:00
parent 9d059de99c
commit ee6a0359f5
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
gather_facts: True
roles:
- { role: test_copy, tags: test_copy }
- { role: test_stat, tags: test_stat }
- { role: test_template, tags: test_template }
- { role: test_file, tags: test_file }
- { role: test_fetch, tags: test_fetch }