f
This commit is contained in:
parent
add939d434
commit
9a4b2f8a0f
1 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
VAULT-PASS: ${{ secrets.vault_pass }} # Repo-Secret
|
VAULT-PASS: ${{ secrets.vault_pass }} # Repo-Secret
|
||||||
steps:
|
steps:
|
||||||
- ansible-lint --version
|
- run: ansible-lint --version
|
||||||
- echo $VAULT-PASS > ./vault-pass.yml # nach des Secret in Großschreibung
|
- run: echo $VAULT-PASS > ./vault-pass.yml # nach des Secret in Großschreibung
|
||||||
- ansible-galaxy install -r requirements.yml
|
- run: ansible-galaxy install -r requirements.yml
|
||||||
- ansible-lint --force-color --format pep8
|
- run: ansible-lint --force-color --format pep8
|
||||||
|
|
Loading…
Reference in a new issue