kewlfft / ansible-aur

Ansible module to manage packages from the AUR
GNU General Public License v3.0
294 stars 46 forks source link

Role name kewlfft.aur does not match ``^[a-z][a-z0-9_]+$`` pattern #44

Closed luizribeiro closed 3 years ago

luizribeiro commented 4 years ago

When running ansible-lint against my playbook that relies on the role kewlfft.aur installed from ansible galaxy, I get this error:

$ ansible-lint ec2.yaml
[106] Role name kewlfft.aur does not match ``^[a-z][a-z0-9_]+$`` pattern
../../../.ansible/roles/kewlfft.aur/meta/main.yml:1
galaxy_info:

Should we rename this role so it passes ansible-lint?

kewlfft commented 3 years ago

I don't use Ansible galaxy, what should we rename into what in order to pass this test?

luizribeiro commented 3 years ago

Probably kewlfft_aur?

kewlfft commented 3 years ago

ok let me know precisely what I need to change and where as I don't use neither galaxy nor ansible-lint

luizribeiro commented 3 years ago

I think this was actually fixed on the ansible-lint side. I'm not seeing issues anymore.

Sorry for the noise, thanks for replying though.