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

@ -27,11 +27,11 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
- /srv/web/infra/ansible/roles/base
- /srv/web/infra/ansible/roles/rkhunter
- /srv/web/infra/ansible/roles/denyhosts
- /srv/web/infra/ansible/roles/nagios_client
- /srv/web/infra/ansible/roles/fas_client
- base
- rkhunter
- denyhosts
- nagios_client
- fas_client
tasks:
- include: "{{ tasks }}/hosts.yml"