mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
6a10135f81
Remove the manual exclusion of the `converge.yml` file in the default molecule scenario. With the changes in cisagov/skeleton-ansible-role#88 this exclusion is no longer necessary.
20 lines
669 B
Text
20 lines
669 B
Text
---
|
|
# See https://ansible-lint.readthedocs.io/en/latest/configuring.html
|
|
# for a list of the configuration elements that can exist in this
|
|
# file.
|
|
enable_list:
|
|
# Useful checks that one must opt-into. See here for more details:
|
|
# https://ansible-lint.readthedocs.io/en/latest/rules.html
|
|
- fcqn-builtins
|
|
- no-log-password
|
|
- no-same-owner
|
|
exclude_paths:
|
|
# This exclusion is implicit, unless exclude_paths is defined
|
|
- .cache
|
|
# Seems wise to ignore this too
|
|
- .github
|
|
# These two are Molecule configuration files, not Ansible playbooks
|
|
- molecule/default/molecule-no-systemd.yml
|
|
- molecule/default/molecule-with-systemd.yml
|
|
use_default_rules: true
|