diff --git a/Jenkinsfile b/Jenkinsfile index 1a3ecd9..3f6b64d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,6 +32,9 @@ pipeline { playbook: 'TOOLS.yml', inventory: 'inventory/hosts', credentialsId: 'tools-deploy-key' + extraVars: [ + login: 'netadm', + ]) ) } }