mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Added function to convert camelCase to snake_case for powershell (#26203)
* Added camel case to snake case converters * removed uneeded shebang * renamed util to remove PowerShell from the name
This commit is contained in:
committed by
Matt Davis
parent
33a2d72290
commit
a260063ffd
@@ -31,3 +31,11 @@
|
||||
that:
|
||||
- bogus_utils | failed
|
||||
- bogus_utils.msg | search("Could not find")
|
||||
|
||||
- name: call module with camel conversion tests
|
||||
camel_conversion_test:
|
||||
register: camel_conversion
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- camel_conversion.data == 'success'
|
||||
|
||||
Reference in New Issue
Block a user