DataDog / ansible-datadog

Ansible role for Datadog Agent
Apache License 2.0
298 stars 222 forks source link

Enable Empty-string-compare rule #506

Closed KevinFairise2 closed 1 year ago

KevinFairise2 commented 1 year ago

Enable the empty-string-compare rule which is disabled by default on recent version of ansible-lint. To comply with ansible galaxy-importer linter

Removed --profile production from the ansible-lint command, otherwile it does not include opt-int rules included. Should not be a problem since by default it will run on all the profiles.