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

Use Windows-compatible password expiration parameter #42

Closed ajhall closed 3 years ago

ajhall commented 3 years ago

In Windows.yml, use password_never_expires: true instead of expires: -1.

expires: -1 is only compatible with the Linux user module, and password_never_expires is the Windows-compatible equivalent.