From aae355876ee0789cf7de4075da4f31bc8366b5d4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 28 Feb 2019 14:57:57 +0100 Subject: [PATCH] test color --- .drone.yml | 1 - molecule/gce-centos-7/molecule.yml | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b41b36b..977a890 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,6 @@ steps: GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json CLICOLOR_FORCE: 1 commands: - - echo -e "\033[0;31mred\033[0m" - mkdir ./library/ - git clone https://gitea.rknet.org/ansible/custom_modules ./library/ - echo "$GCE_SSH_KEY" > $HOME/.ssh/google_compute_engine diff --git a/molecule/gce-centos-7/molecule.yml b/molecule/gce-centos-7/molecule.yml index d94759c..d0a43fc 100644 --- a/molecule/gce-centos-7/molecule.yml +++ b/molecule/gce-centos-7/molecule.yml @@ -24,5 +24,7 @@ verifier: ansible: raw_env_vars: ANSIBLE_TIMEOUT: 60 - ANSIBLE_ROLES_PATH: /drone/src - ANSIBLE_FORCE_COLOR: true + ansiblecfg_defaults: + force_color: true + nocolor: false + roles_path: /drone/src