add colors
This commit is contained in:
parent
9a069a5c6b
commit
24fbd9246f
3
ansible/Jenkinsfile
vendored
3
ansible/Jenkinsfile
vendored
@ -80,7 +80,8 @@ pipeline {
|
||||
playbook: 'ansible/playbook.yml',
|
||||
inventory: "ansible/inventory.yml",
|
||||
extraVars: extraVars,
|
||||
limit: selectedHosts
|
||||
limit: selectedHosts,
|
||||
colorized: true
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user