I need colors :)
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2023-10-13 09:19:33 +13:00
parent 7c4d2d446c
commit a75b711962
2 changed files with 7 additions and 1 deletions

View File

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