Skip to content
Snippets Groups Projects

lint: add fqcn and no-free-form to skip_list for ansible-lint 6.8.0

Merged Evangelos Foutras requested to merge ansible-6.8.0 into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -16,3 +16,5 @@ skip_list:
- package-latest
# Don't require fully-qualified collection names
- fqcn
# Allow free-form module calling syntax
- no-free-form
Loading