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