test molecule ansible config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-02-28 14:53:50 +01:00
parent 6c07db54a1
commit 5808da0883
2 changed files with 5 additions and 3 deletions

View File

@ -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"

View File

@ -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