Before making a pull request
- Tidy your commits into the format below
- Deploy the playbook your self (if you have permissions)
- Does it work? If not, fix it and goto 1
- Create a pull request :)
Please create commits for each logical change, and use this format for your git commits
<role>: <task>: <change headline>
< more descriptive text >
example:
jumbotron: irssi: cleanup .irssi/config
Consistently indent everything with 2 spaces,
and add a newline at end of file.