You've already forked ansible-role-auth-duo
I need colors :)
This commit is contained in:
@@ -3,6 +3,9 @@ steps:
|
||||
group: test
|
||||
name: "Lint: Ansible-lint"
|
||||
image: guisea/ansible-molecule
|
||||
environment:
|
||||
PY_COLORS: '1'
|
||||
ANSIBLE_FORCE_COLOR: '1'
|
||||
commands:
|
||||
- ansible-lint -c ".ansible-lint"
|
||||
when:
|
||||
@@ -12,6 +15,6 @@ steps:
|
||||
name: "Lint: Yamllint"
|
||||
image: guisea/ansible-molecule
|
||||
commands:
|
||||
- yamllint .
|
||||
- yamllint -f colored .
|
||||
when:
|
||||
event: push
|
||||
|
||||
Reference in New Issue
Block a user