diff --git a/Jenkinsfile b/Jenkinsfile index 3f6b64d..4b22d9e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { ansiblePlaybook( playbook: 'TOOLS.yml', inventory: 'inventory/hosts', - credentialsId: 'tools-deploy-key' + credentialsId: 'tools-deploy-key', extraVars: [ login: 'netadm', ])