Merge pull request #95 from cisagov/improvement/update_ansible-lint_configuration

Update `ansible-lint` Configuration
pull/432/head
Nick 2 years ago committed by GitHub
commit 11eca90f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .ansible-lint

@ -13,10 +13,10 @@ exclude_paths:
- .cache - .cache
# Seems wise to ignore this too # Seems wise to ignore this too
- .github - .github
# ansible-lint doesn't like the role name in this playbook, but it's kinds:
# what molecule requires # This will force our systemd specific molecule configurations to be treated
- molecule/default/converge.yml # as plain yaml files by ansible-lint. This mirrors the default kind
# These two are Molecule configuration files, not Ansible playbooks # configuration in ansible-lint for molecule configurations:
- molecule/default/molecule-no-systemd.yml # yaml: "**/molecule/*/{base,molecule}.{yaml,yml}"
- molecule/default/molecule-with-systemd.yml - yaml: "**/molecule/*/molecule-{no,with}-systemd.yml"
use_default_rules: true use_default_rules: true

Loading…
Cancel
Save