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

Configure az_devops_agent_group as the primary group of Linux user #48

Closed mjiderhamn closed 2 years ago

mjiderhamn commented 3 years ago

The az_devops_agent_group variable is documented as "Default group of the user used to run and configure the service", however it is not used as group parameter of the user task in Linux.yml.

This may lead to permission issues.