From 97833a546770a60e68b891a1276fc2da84dfc1bb Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 16 Dec 2023 03:39:36 -0500 Subject: [PATCH] It would help, however, if I updated the workflow file. --- .gitea/workflows/ansible-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ansible-test.yml b/.gitea/workflows/ansible-test.yml index 795f2c3..601a3aa 100644 --- a/.gitea/workflows/ansible-test.yml +++ b/.gitea/workflows/ansible-test.yml @@ -27,4 +27,4 @@ jobs: - name: Run Ansible-Lint run: | . ./.drone.env - ansible-lint --offline $ANSIBLE_LINT_EXCLUSION + ansible-lint --offline --nocolor $ANSIBLE_LINT_EXCLUSION