diff --git a/.drone.yml b/.drone.yml index 6fc223d..b41b36b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,9 +40,6 @@ steps: GCE_SSH_USER: from_secret: gce_ssh_user GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json - ANSIBLE_TIMEOUT: 60 - ANSIBLE_ROLES_PATH: /drone/src - ANSIBLE_FORCE_COLOR: true CLICOLOR_FORCE: 1 commands: - echo -e "\033[0;31mred\033[0m" diff --git a/molecule/gce-centos-7/molecule.yml b/molecule/gce-centos-7/molecule.yml index e65da98..d94759c 100644 --- a/molecule/gce-centos-7/molecule.yml +++ b/molecule/gce-centos-7/molecule.yml @@ -21,3 +21,8 @@ verifier: name: testinfra lint: name: flake8 +ansible: + raw_env_vars: + ANSIBLE_TIMEOUT: 60 + ANSIBLE_ROLES_PATH: /drone/src + ANSIBLE_FORCE_COLOR: true