From 0a5dee082498b53d8ea8230be7869a49d3f12cb8 Mon Sep 17 00:00:00 2001 From: Michel Tol Date: Thu, 24 Mar 2022 15:29:08 +0100 Subject: [PATCH] fixing readme typo capabilties => capabilities --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96a7940..b33cc2c 100644 --- a/README.md +++ b/README.md @@ -133,14 +133,14 @@ Available variables are listed below, along with default values (see `defaults/m _Note: Think about using Ansible Vault to secure this value._ -- **az_devops_agent_user_capabilties** +- **az_devops_agent_user_capabilities** - A Dictionary of environment variables to set for the agent process which translate to User Capabilties which can be helpful for setting [release pipeline demands](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/demands?view=azure-devops&tabs=yaml) + A Dictionary of environment variables to set for the agent process which translate to User Capabilities which can be helpful for setting [release pipeline demands](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/demands?view=azure-devops&tabs=yaml) Example usage: ```yaml - - az_devops_agent_user_capabilties: + - az_devops_agent_user_capabilities: user_capabilty_key: user_capability_value ```