try to foce ansible color
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6d624d5788
commit
57e918db74
@ -38,6 +38,7 @@ local PipelineDeployment(scenario='centos7') = {
|
||||
name: 'ansible-molecule',
|
||||
image: 'xoxys/molecule',
|
||||
environment: {
|
||||
ANSIBLE_FORCE_COLOR: 'true',
|
||||
DO_API_KEY: { from_secret: 'do_api_key' },
|
||||
MOLECULE_CUSTOM_MODULES_REPO: 'https://gitea.rknet.org/ansible/custom_modules',
|
||||
MOLECULE_CUSTOM_FILTERS_REPO: 'https://gitea.rknet.org/ansible/custom_filters',
|
||||
|
@ -39,6 +39,7 @@ steps:
|
||||
commands:
|
||||
- molecule test -scentos7
|
||||
environment:
|
||||
ANSIBLE_FORCE_COLOR: true
|
||||
DO_API_KEY:
|
||||
from_secret: do_api_key
|
||||
MOLECULE_CUSTOM_FILTERS_REPO: https://gitea.rknet.org/ansible/custom_filters
|
||||
@ -146,6 +147,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 7283571e7aa14bdb9d41491b6c4f70d405737da7887cfc26871daf2392cfd0a8
|
||||
hmac: a257a46c249c1c8abae5737c852d9b35deef27dfbe1ce254712b39f77d17fffc
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user