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
All threads resolved!
2 files
+ 20
11
Compare changes
  • Side-by-side
  • Inline

Files

+ 11
7
parseable: true
---
quiet: true
use_default_rules: true
use_default_rules: true
 
warn_list:
 
- experimental
 
- jinja[spacing]
 
- fqcn[action-core]
 
- fqcn[action]
 
- name[casing]
 
- name[missing]
 
skip_list:
skip_list:
- '204' # line length is checked by yamllint
- role-name
- '401' # git checkout must contain explicit version
- '701' # 7xx is about ansible galaxy guidelines
- '702'
- '703'
Loading