Merge pull request #12049 from cchurch/win_group_tests

Add integration tests for win_group module.
This commit is contained in:
Chris Church
2015-09-16 16:27:44 -04:00
3 changed files with 106 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
- { role: test_win_service, tags: test_win_service }
- { role: test_win_feature, tags: test_win_feature }
- { role: test_win_user, tags: test_win_user }
- { role: test_win_group, tags: test_win_group }
- { role: test_win_file, tags: test_win_file }
- { role: test_win_copy, tags: test_win_copy }
- { role: test_win_template, tags: test_win_template }