7 lines
182 B
Bash
Executable File
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
|
|
|