foreman-ansible-modules icon indicating copy to clipboard operation
foreman-ansible-modules copied to clipboard

Parameter type normalization

Open evgeni opened this issue 2 years ago • 0 comments

in #1659 we realized that even tho the user might pass '["something"]' as a string to Ansible, our code will receive ["something"] as an array later, which might have weird consequences when passing the data to Foreman.

This is an attempt to fix it.

evgeni avatar Aug 28 '23 06:08 evgeni