Add missing colon
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -31,7 +31,7 @@ pipeline {
|
||||
ansiblePlaybook(
|
||||
playbook: 'TOOLS.yml',
|
||||
inventory: 'inventory/hosts',
|
||||
credentialsId: 'tools-deploy-key'
|
||||
credentialsId: 'tools-deploy-key',
|
||||
extraVars: [
|
||||
login: 'netadm',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user