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