DanSibbernsen

Results 2 issues of DanSibbernsen

fix(Windows): formatting package_params input to Chocolatey so they are treated like a list instead of a string. The package_params were effectively being ignored because of this. Correcting Ansible lint warnings:...

Problem: The arguments passed in to the package_params isn't a well-formed list in Ansible. It's inserting braces throughout the list, causing the 'join' command to treat it as a string...