ansible-collections / ansible-consul

:satellite: Ansible role for Hashicorp Consul clusters

Home Page:https://galaxy.ansible.com/ansible-community/consul/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix and re-enable suppressed ansible-lint warnings

nre-ableton opened this issue · 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