freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
482 stars 230 forks source link

GitHub workflows: Use ansible-lint GitHub Action. #1192

Closed rjeffman closed 7 months ago

rjeffman commented 7 months ago

This patch removes the need to install ansible-lint using pip and make use of the Ansible maintained ansible-lint GitHub Action.

rjeffman commented 7 months ago

As there is no way to specify how the collection will be created, ansible-lint fails due to the A.B.C issue we've seen in other tries.

I'm droping this PR.