Skip to content

Commit bd41704

Browse files
authored
Add yaml extension for .ansible-lint config file
Documentation for .ansible-lint [1]. [1] https://ansible-lint.readthedocs.io/configuring/
1 parent 33c4fa2 commit bd41704

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
}
285285

286286
NAMES = {
287+
'.ansible-lint': EXTENSIONS['yaml'],
287288
'.babelrc': EXTENSIONS['json'] | {'babelrc'},
288289
'.bash_aliases': EXTENSIONS['bash'],
289290
'.bash_profile': EXTENSIONS['bash'],

0 commit comments

Comments
 (0)