Currently this cookiecutter is not following at least three of the [Ansible Galaxy best practices](https://galaxy.ansible.com/intro#good): 1. [README.md should be formatted with markdown](https://galaxy.ansible.com/intro#readme): see pull request #9 1. [Prefix variable names with the role name](https://galaxy.ansible.com/intro#variables): can be fixed by editing [this line](https://github.com/iknite/cookiecutter-ansible-role/blob/master/hooks/post_gen_project.py#L74) 1. [Integrate your roles with Travis CI](https://galaxy.ansible.com/intro#role-test): for this one I opened an issue (#6) and a pull request (#7) Thoughts?
Currently this cookiecutter is not following at least three of the Ansible Galaxy best practices:
Thoughts?