diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 70cb223..e025402 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -34,9 +34,7 @@ jobs: pip install --no-compile ansible-core ansible-lint ansible-galaxy collection install -r meta/requirements.yml - - name: ansible-lint - run: | - ansible-lint + - run: ansible-lint env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1'