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 21f7fe6 commit cc6712bCopy full SHA for cc6712b
.ansible-lint
@@ -6,6 +6,7 @@ skip_list:
6
- command-instead-of-module # Using command rather than module
7
- galaxy
8
- meta-no-info # meta/main.yml should contain relevant info
9
+ - name[template] # Jinja templates should only be at the end of 'name'
10
- risky-shell-pipe # Shells that use pipes should set the pipefail option
11
- unnamed-task # All tasks should be named
12
- var-naming[no-role-prefix] # Variables names from within roles should use role_name_ as a prefix
0 commit comments