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

tasks/Linux: add user primary group before adding a user #62

Open bitlord opened 2 years ago

bitlord commented 2 years ago

I'm not sure if this is the right way to fix the issue, if we want to create a specific primary group I would expect it to do it automatically. If group already exists this wouldn't make any issues as far as I know.

Fixes: #59