I want some colour
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
2023-10-08 22:14:19 +13:00
parent 5ad8dde9aa
commit ab31c5cdcf

View File

@@ -3,6 +3,9 @@ steps:
group: test group: test
name: "Lint: Ansible-lint" name: "Lint: Ansible-lint"
image: guisea/ansible-molecule image: guisea/ansible-molecule
environment:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
commands: commands:
- ansible-lint -c ".ansible-lint" - ansible-lint -c ".ansible-lint"
when: when:
@@ -12,6 +15,6 @@ steps:
name: "Lint: Yamllint" name: "Lint: Yamllint"
image: guisea/ansible-molecule image: guisea/ansible-molecule
commands: commands:
- yamllint . - yamllint -f colored .
when: when:
event: push event: push