Skip to content

Commit 4a2342b

Browse files
committed
[ansible-lint] Update the config to ignore templates in task names
name[template]: Jinja templates should only be at the end of 'name'
1 parent 3f9bf78 commit 4a2342b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ansible-lint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ skip_list:
66
- command-instead-of-module # Using command rather than module
77
- galaxy
88
- meta-no-info # meta/main.yml should contain relevant info
9+
- name[template] # Jinja templates should only be at the end of 'name'
910
- risky-shell-pipe # Shells that use pipes should set the pipefail option
1011
- unnamed-task # All tasks should be named
1112
- var-naming[no-role-prefix] # Variables names from within roles should use role_name_ as a prefix

0 commit comments

Comments
 (0)