add stat role to non_destructive
This commit is contained in:
parent
9d059de99c
commit
ee6a0359f5
1 changed files with 1 additions and 0 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue