Skip to content
Snippets Groups Projects

CI: Switch to plain Alpine image with modern ansible-lint

Merged Thomas Schneider requested to merge th/ansible-lint-gitlab-ci into master
1 file
+ 11
7
Compare changes
  • Side-by-side
  • Inline
+ 11
7
parseable: true
quiet: true
---
use_default_rules: true
warn_list:
- experimental
- jinja[spacing]
- fqcn[action-core]
- fqcn[action]
- name[casing]
- name[missing]
skip_list:
- '204' # line length is checked by yamllint
- '401' # git checkout must contain explicit version
- '701' # 7xx is about ansible galaxy guidelines
- '702'
- '703'
- role-name
Loading