mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-23 00:50:48 +00:00
Update ansible-lint configuration
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.
This commit is contained in:
parent
ee39ac57e3
commit
6a10135f81
1 changed files with 0 additions and 3 deletions
|
@ -13,9 +13,6 @@ 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
|
|
||||||
# what molecule requires
|
|
||||||
- molecule/default/converge.yml
|
|
||||||
# These two are Molecule configuration files, not Ansible playbooks
|
# These two are Molecule configuration files, not Ansible playbooks
|
||||||
- molecule/default/molecule-no-systemd.yml
|
- molecule/default/molecule-no-systemd.yml
|
||||||
- molecule/default/molecule-with-systemd.yml
|
- molecule/default/molecule-with-systemd.yml
|
||||||
|
|
Loading…
Reference in a new issue