From 9a4b2f8a0ff7851aaa01fbdd4af82f521c50c64e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 25 Jan 2024 20:36:13 +0100 Subject: [PATCH] f --- .gitea/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 8813c5f0..f0f0bdbf 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: env: VAULT-PASS: ${{ secrets.vault_pass }} # Repo-Secret steps: - - ansible-lint --version - - echo $VAULT-PASS > ./vault-pass.yml # nach des Secret in Großschreibung - - ansible-galaxy install -r requirements.yml - - ansible-lint --force-color --format pep8 + - run: ansible-lint --version + - run: echo $VAULT-PASS > ./vault-pass.yml # nach des Secret in Großschreibung + - run: ansible-galaxy install -r requirements.yml + - run: ansible-lint --force-color --format pep8