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.
60 stars 72 forks source link

fix(Windows): formatting package_params input to Chocolatey #73

Open DanSibbernsen opened 1 year ago

DanSibbernsen commented 1 year ago

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: FQCN + use of 'true' instead of 'yes'

This will resolve #74