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: Add an Agent User #46

Open coreydeli opened 3 years ago

coreydeli commented 3 years ago

running through this, I noticed that it fails on the "Add an Agent User" due to the password not being defined.

Do we have to perform this step and ultimately give a password to this user or can we just use the System account for testing purposes?