Updated lint commands for CI

This commit is contained in:
Bastian de Byl
2020-09-25 14:22:54 -04:00
parent 86b6f02b96
commit f97ab7e6f3
3 changed files with 13 additions and 9 deletions

6
.lint-vars.sh Executable file
View File

@@ -0,0 +1,6 @@
#/bin/sh
# Ansible Lint skip list (https://ansible-lint.readthedocs.io/en/latest/default_rules.html)
# [701] - "No 'galaxy_info' found (in role)"
export ANSIBLE_LINT_SKIP_LIST=701