From b29095581df788fc0ebfab1ae7a35233259757bc Mon Sep 17 00:00:00 2001 From: lakshmi164585 <115771905+lakshmi164585@users.noreply.github.com> Date: Thu, 23 Feb 2023 18:42:12 +0530 Subject: [PATCH] Update azurepipeline.yaml --- azurepipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurepipeline.yaml b/azurepipeline.yaml index 82a62ee33..a59af6860 100644 --- a/azurepipeline.yaml +++ b/azurepipeline.yaml @@ -25,6 +25,6 @@ jobs: PathtoPublish: '$(Build.Repository.LocalPath)' ArtifactName: 'drop' publishLocation: 'Container' - - script: ansible-playbook -i host ansibleplaybook.yaml --extra-vars "{"Build.ContainerId"}" + - script: ansible-playbook -i host ansibleplaybook.yaml --extra-vars {"$(Build.ContainerId)"}