From 57e918db741474ac3447b9da436c3d45e30931f1 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 20 Feb 2020 23:37:04 +0100 Subject: [PATCH] try to foce ansible color --- .drone.jsonnet | 1 + .drone.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index a73ff3c..b222939 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -38,6 +38,7 @@ local PipelineDeployment(scenario='centos7') = { name: 'ansible-molecule', image: 'xoxys/molecule', environment: { + ANSIBLE_FORCE_COLOR: 'true', DO_API_KEY: { from_secret: 'do_api_key' }, MOLECULE_CUSTOM_MODULES_REPO: 'https://gitea.rknet.org/ansible/custom_modules', MOLECULE_CUSTOM_FILTERS_REPO: 'https://gitea.rknet.org/ansible/custom_filters', diff --git a/.drone.yml b/.drone.yml index 99f10ff..772549f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,6 +39,7 @@ steps: commands: - molecule test -scentos7 environment: + ANSIBLE_FORCE_COLOR: true DO_API_KEY: from_secret: do_api_key MOLECULE_CUSTOM_FILTERS_REPO: https://gitea.rknet.org/ansible/custom_filters @@ -146,6 +147,6 @@ depends_on: --- kind: signature -hmac: 7283571e7aa14bdb9d41491b6c4f70d405737da7887cfc26871daf2392cfd0a8 +hmac: a257a46c249c1c8abae5737c852d9b35deef27dfbe1ce254712b39f77d17fffc ...