We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfdbeaa commit c41fd51Copy full SHA for c41fd51
.config/ansible-lint.yml
@@ -3,9 +3,10 @@
3
# exclude_paths included in this file are parsed relative to this file's location
4
# and not relative to the CWD of execution. CLI arguments passed to the --exclude
5
# option will be parsed relative to the CWD of execution.
6
-# add all waivers individually, since exclude_files does not support globs
7
exclude_paths:
8
- .cache/ # implicit unless exclude_paths is defined in config
+ - .ansible/ # somehow someone decided that the cache directory should be renamed
9
+ # add all waivers individually, since exclude_files does not support globs
10
- molecule/os_hardening/waivers.yaml
11
- molecule/ssh_hardening_bsd/waivers_freebsd13.yaml
12
- molecule/ssh_hardening_bsd/waivers_freebsd14.yaml
0 commit comments