fix ansible-lint
This commit is contained in:
parent
8669cd1d74
commit
bb5eaaf6be
2 changed files with 4 additions and 1 deletions
|
@ -12,6 +12,9 @@ exclude_paths:
|
|||
- .gitlab-ci.yml
|
||||
- friedhof/
|
||||
- playbooks/on-off
|
||||
- playbooks/base
|
||||
- playbooks/3_service
|
||||
- playbooks/base
|
||||
- roles/ansible-role-pip
|
||||
- roles/ansible-role-bootstrap
|
||||
- roles/ansible_role_ctop
|
||||
|
|
|
@ -11,7 +11,7 @@ steps:
|
|||
- echo $${VAULTPASS} | base64 -d > ./vault-pass # Name des Secrets in Großschreibung
|
||||
- chmod 0400 ./id_ed25519
|
||||
# Doing
|
||||
- ansible-lint --force-color --format pep8
|
||||
- ansible-lint --force-color --format pep8 --show-relpath
|
||||
# https://woodpecker-ci.org/docs/usage/secrets#use-secrets-in-commands
|
||||
secrets: [vaultpass]
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue