diff --git a/.ansible-lint b/.ansible-lint index b89b0a4091c2c0ca9da1cec9e4eb9a5012f82d33..48ee65d9b160651914a9da7be26c138bf677eb8d 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -9,10 +9,12 @@ skip_list: # yaml: too many spaces inside braces (yaml[braces]) - yaml[braces] # Do not recommend running tasks as handlers - - 'no-handler' + - no-handler # Do not force galaxy info in meta/main.yml - - 'meta-no-info' + - meta-no-info # Allow package versions to be specified as 'latest' - - 'package-latest' - # Don't require FQCN for builtin actions - - 'fqcn-builtins' + - package-latest + # Don't require fully-qualified collection names + - fqcn + # Allow free-form module calling syntax + - no-free-form