Signed-off-by: RJ Nowling <rnowling@gmail.com>
## Submit a patch
-To start contriuting just do:
+To start contributing just do:
```
$ git checkout -b my-working-branch
$ ansible-playbook -i dummy-ansible-hosts test.yml --syntax-check
```
-If your change impacts a variable file in a role such as `roles`ceph-common/defaults/main.yml`, you need to generate a `group_vars` file:
+If your change impacts a variable file in a role such as `roles/ceph-common/defaults/main.yml`, you need to generate a `group_vars` file:
```
$ ./generate_group_vars_sample.sh