summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 1d772be..f1913ca 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -7,6 +7,7 @@ pipeline {
}
environment {
ANSIBLE_STDOUT_CALLBACK = "actionable"
+ ANSIBLE_FORCE_COLOR = "True"
}
stages {
stage("Fetch data") {