Updated lint commands for CI
This commit is contained in:
6
.lint-vars.sh
Executable file
6
.lint-vars.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user