To keep roles consistent, we are using Ansible Molecule to create and test our roles.
First, install Ansible Molecule
pip install --user molecule
Next, create a new role
molecule init role --role-name <your-new-role>
Then, remove the meta/
directory from your new role since we're not submitting our roles to Ansible Galaxy
rm -rf roles/<your-new-role>/meta/