mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
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:
parent
adabefd016
commit
a695f30411
3 changed files with 159 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue