File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ exclude_paths:
13
13
- .cache
14
14
# Seems wise to ignore this too
15
15
- .github
16
- # ansible-lint doesn't like the role name in this playbook, but it's
17
- # what molecule requires
18
- - molecule/ default/converge.yml
19
- # These two are Molecule configuration files, not Ansible playbooks
20
- - molecule/default/ molecule-no-systemd. yml
21
- - molecule/default /molecule-with-systemd.yml
16
+ kinds:
17
+ # This will force our systemd specific molecule configurations to be treated
18
+ # as plain yaml files by ansible-lint. This mirrors the default kind
19
+ # configuration in ansible-lint for molecule configurations:
20
+ # yaml: "**/ molecule/*/{base, molecule}.{yaml, yml}"
21
+ - yaml: "**/ molecule/* /molecule-{no, with} -systemd.yml"
22
22
use_default_rules: true
You can’t perform that action at this time.
0 commit comments