add stat role to non_destructive

This commit is contained in:
James Tanner 2014-02-19 16:45:18 -05:00
parent 9d059de99c
commit ee6a0359f5

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 }