Files
deploy_home/.lint-vars.sh
2020-09-25 14:22:54 -04:00

7 lines
182 B
Bash
Executable File

#/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