diff --git a/.drone.yml b/.drone.yml index c9de9f8..b310303 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: image: gitea.thezengarden.net/podman/ansible-dev/centos9:release commands: - . ./.drone.env - - ansible-lint --offline $ANSIBLE_LINT_EXCLUSION + - ansible-lint --offline --nocolor $ANSIBLE_LINT_EXCLUSION --- @@ -51,7 +51,7 @@ steps: image: gitea.thezengarden.net/podman/ansible-dev/fedora39:release commands: - . ./.drone.env - - ansible-lint --offline $ANSIBLE_LINT_EXCLUSION + - ansible-lint --offline --nocolor $ANSIBLE_LINT_EXCLUSION --- @@ -79,7 +79,7 @@ steps: image: gitea.thezengarden.net/podman/ansible-dev/debian11:release commands: - . ./.drone.env - - ansible-lint --offline $ANSIBLE_LINT_EXCLUSION + - ansible-lint --offline --nocolor $ANSIBLE_LINT_EXCLUSION --- @@ -108,4 +108,4 @@ steps: image: gitea.thezengarden.net/podman/ansible-dev/debian12:release commands: - . ./.drone.env - - ansible-lint --offline $ANSIBLE_LINT_EXCLUSION + - ansible-lint --offline --nocolor $ANSIBLE_LINT_EXCLUSION