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