From c2f6af2dd1ae4c69ec12fa381003ac6e731a79cd Mon Sep 17 00:00:00 2001 From: saibotk Date: Sun, 2 Jan 2022 20:53:51 +0100 Subject: [PATCH] CI: Colorized GitLab CI output See https://www.jeffgeerling.com/blog/2020/getting-colorized-output-molecule-and-ansible-on-github-actions-ci --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6797040..9d58cdd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,10 @@ include: image: registry.git.saibotk.de/saibotk.de/infrastructure-ci-container:latest +variables: + ANSIBLE_FORCE_COLOR: 'true' + PY_COLORS: '1' + stages: - lint - test