Add missing colon

This commit is contained in:
2023-03-18 04:45:36 +01:00
parent 76ce9ced2d
commit 981760eea4

2
Jenkinsfile vendored
View File

@@ -31,7 +31,7 @@ pipeline {
ansiblePlaybook(
playbook: 'TOOLS.yml',
inventory: 'inventory/hosts',
credentialsId: 'tools-deploy-key'
credentialsId: 'tools-deploy-key',
extraVars: [
login: 'netadm',
])