mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Merge pull request #95 from cisagov/improvement/update_ansible-lint_configuration
Update `ansible-lint` Configuration
This commit is contained in:
commit
11eca90f4d
1 changed files with 6 additions and 6 deletions
|
@ -13,10 +13,10 @@ exclude_paths:
|
|||
- .cache
|
||||
# Seems wise to ignore this too
|
||||
- .github
|
||||
# ansible-lint doesn't like the role name in this playbook, but it's
|
||||
# what molecule requires
|
||||
- molecule/default/converge.yml
|
||||
# These two are Molecule configuration files, not Ansible playbooks
|
||||
- molecule/default/molecule-no-systemd.yml
|
||||
- molecule/default/molecule-with-systemd.yml
|
||||
kinds:
|
||||
# This will force our systemd specific molecule configurations to be treated
|
||||
# as plain yaml files by ansible-lint. This mirrors the default kind
|
||||
# configuration in ansible-lint for molecule configurations:
|
||||
# yaml: "**/molecule/*/{base,molecule}.{yaml,yml}"
|
||||
- yaml: "**/molecule/*/molecule-{no,with}-systemd.yml"
|
||||
use_default_rules: true
|
||||
|
|
Loading…
Reference in a new issue