Skip to content
Snippets Groups Projects

Add CI config

Merged Lars Beckers requested to merge ci-config into master
3 files
+ 39
1
Compare changes
  • Side-by-side
  • Inline

Files

.ansible-lint 0 → 100644
+ 9
0
 
parseable: true
 
quiet: true
 
use_default_rules: true
 
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'
Loading