Refactor CI pipelien and enable molecule testing #1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user