Now that we have roles_path, drop the long path on all the roles.

This commit is contained in:
Kevin Fenzi 2014-01-23 17:12:40 +00:00
parent 406474a374
commit 206ed3f776
32 changed files with 159 additions and 159 deletions

View file

@ -14,7 +14,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
- /srv/web/infra/ansible/roles/base
- base
tasks:
- include: "{{ tasks }}/yumrepos.yml"
@ -39,7 +39,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
- /srv/web/infra/ansible/roles/base
- base
tasks:
- include: "{{ tasks }}/hosts.yml"