mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00: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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user