From d46692926c41dcb9638f5a3986d06aacbf639294 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 20 Feb 2020 23:39:17 +0100 Subject: [PATCH] force ansible color output by default --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e2a589c..980851c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ ARG ANSIBLE_VERSION=2.9.0 ARG MOLECULE_VERSION=latest ENV PY_COLORS=1 \ + ANSIBLE_FORCE_COLOR=true \ USER=root \ PATH=/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin