gsoft-inc / ansible-role-azure-devops-agent

An Ansible role that installs and configures a Linux machine to be used as an Azure DevOps build or deployment agent.
59 stars 72 forks source link

Windows package_params not formatted properly for chocolatey #74

Open DanSibbernsen opened 1 year ago

DanSibbernsen commented 1 year ago

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 instead of a list. The installation will still pass, but none of the parameters are used.

Ansible-version: ansible [core 2.13.3] python version = 3.9.13 (main, Jun 10 2022, 09:50:06) [GCC] jinja version = 3.1.2 libyaml = True