diff --git a/Jenkinsfile b/Jenkinsfile index 81c0e5d..1a3ecd9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,6 +28,11 @@ pipeline { pwd ls ''' + ansiblePlaybook( + playbook: 'TOOLS.yml', + inventory: 'inventory/hosts', + credentialsId: 'tools-deploy-key' + ) } } }