From 4ac904dea721757022e3127398ded66af9e15379 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Thu, 29 Jun 2023 22:27:12 +0200 Subject: [PATCH] force colors in ansible-lint --- .gitea/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index ff9c9c1..cbe8030 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -11,16 +11,12 @@ jobs: credentials: username: ${{ secrets.ACTIONS_USER }} password: ${{ secrets.ACTIONS_TOKEN }} - env: - ANSIBLE_HOST_KEY_CHECKING: 'false' - ANSIBLE_FORCE_COLOR: 'true' - ANSIBLE_PYTHON_INTERPRETER: /usr/bin/python3 steps: - name: Checkout uses: actions/checkout@v3 - name: "Ansible lint" - run: ansible-lint + run: ansible-lint --force-color working-directory: ${{ gitea.workspace }} - name: "YAML lint"