ansible-collections/ansible-consul

Fix and re-enable suppressed ansible-lint warnings

nre-ableton opened this issue · 0 comments

In 3cc66ab, we updated CI to use molecule-action 2.3.13, which updated ansible-lint to 6.13.0. As a consequence, we are temporarily suppressing a number of newly-introduced warnings (see 2d5112b).

We should fix these violations and remove their respective suppressions:

  • key-order[task]
  • fqcn[action-core]
  • fqcn[action]
  • ignore-errors
  • jinja[spacing]
  • name[casing]
  • name[missing]
  • no-changed-when
  • no-free-form
  • no-handler
  • risky-file-permissions
  • schema[meta]
  • var-naming