Document how to run tox to test the cookiecutter

Change-Id: I755a9fdaba3d1dbd702063b0b3745230b624ad68
This commit is contained in:
Emilien Macchi 2018-08-01 20:21:05 -04:00
parent f98ace7d35
commit 34155fd8b0
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ There are two ways to create the boilerplate for the ansible role.
1. Run `cookiecutter https://git.openstack.org/openstack/ansible-role-tripleo-cookiecutter.git`
## Testing
1. Run 'tox -eansible-lint' to test any change in the cookiecutter. It will generate a role and make sure it works and lint is fine.
## What's next
Add any additional tags your role may need to be properly identified on Ansible Galaxy in meta/main.yml.