ansible-collections / ansible-consul

:satellite: Ansible role for Hashicorp Consul clusters
https://galaxy.ansible.com/ansible-community/consul/
BSD 2-Clause "Simplified" License
452 stars 313 forks source link

Add ansible-lint ingnore rule "fqcn-builtins" #542

Closed ppuschmann closed 1 year ago

ppuschmann commented 1 year ago

Ignore the hint to use fqcn-names even for builtin modules.

ppuschmann commented 1 year ago

The supression was added because someone wanted to keep supporting older Ansible-versions, IIRC.

nre-ableton commented 1 year ago

FQCN support was introduced in Ansible 2.5, and this role requires that same version as the minimum Ansible version. So we should be able to assume that the Ansible version supports FQCNs and (IMHO) there is no reason to add this suppression.