From eab9864e6350ef1e92fb06289276a9101a297ea1 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Fri, 24 Feb 2023 13:45:07 +0530 Subject: [PATCH] Update azure-pipelines.yaml for Azure Pipelines --- azure-pipelines.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index ed0138739..4b67a8e4b 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -23,4 +23,5 @@ steps: inputs: buildType: 'current' artifactName: 'drop' - targetPath: '/home/ubuntu/spc' \ No newline at end of file + targetPath: '/home/ubuntu/spc' + - script: ansible-playbook -i host spc.yaml \ No newline at end of file