Revert "ci: deactivate ansible-lint temporarily"
This reverts commit 6729342f26
.
This commit is contained in:
parent
b987fa99af
commit
8f2fd7acde
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ansible-lint --version
|
- ansible-lint --version
|
||||||
- echo $${VAULTPASS} > ./vault-pass.yml # nach des Secret in Großschreibung
|
- echo $${VAULTPASS} > ./vault-pass.yml # nach des Secret in Großschreibung
|
||||||
# - ansible-galaxy install -r requirements.yaml
|
- ansible-galaxy install -r requirements.yaml
|
||||||
# - ansible-lint --force-color --format pep8
|
- ansible-lint --force-color --format pep8
|
||||||
# https://woodpecker-ci.org/docs/usage/secrets#use-secrets-in-commands
|
# https://woodpecker-ci.org/docs/usage/secrets#use-secrets-in-commands
|
||||||
secrets: [vaultpass]
|
secrets: [vaultpass]
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue