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