Added powershell SID utils for shared common code (#27091)

* Added powershell SID utils for shared common code

* rebased from upstream and fixed up module util after change
This commit is contained in:
Jordan Borean
2017-08-28 19:15:58 -04:00
committed by GitHub
parent adabefd016
commit a695f30411
3 changed files with 159 additions and 0 deletions

View File

@@ -39,3 +39,11 @@
- assert:
that:
- camel_conversion.data == 'success'
- name: call module with SID tests
sid_utils_test:
register: sid_test
- assert:
that:
- sid_test.data == 'success'