ci: deactivate ansible-lint temporarily

This commit is contained in:
Michael Grote 2024-07-09 18:11:26 +02:00
parent f66b0e6a35
commit 6729342f26

View file

@ -9,7 +9,7 @@ steps:
- ansible-lint --version
- echo $${VAULTPASS} > ./vault-pass.yml # nach des Secret in Großschreibung
- 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
secrets: [vaultpass]
when: