From 981760eea4e3187d654f88dc4fbd107b6592c42d Mon Sep 17 00:00:00 2001 From: Bartosz Kuzma Date: Sat, 18 Mar 2023 04:45:36 +0100 Subject: [PATCH] Add missing colon --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ])