We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0d749 commit 4c7954fCopy full SHA for 4c7954f
.ansible-lint
@@ -20,6 +20,8 @@ skip_list:
20
- command-instead-of-module # Using command rather than module where necessary
21
- fqcn[action]
22
- no-relative-paths
23
+ - key-order[task] # TODO
24
+ - no-free-form
25
26
exclude_paths:
27
- roles/consul/ # TODO - https://github.com/ansible-community/ansible-consul/pull/520
0 commit comments