From ab31c5cdcffd66eeae2d2e25b4f803d9f6d14b3e Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sun, 8 Oct 2023 22:14:19 +1300 Subject: [PATCH] I want some colour --- .woodpecker/lint.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 9660019..73b1e12 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -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