Hard code vars_path for now.

This commit is contained in:
Kevin Fenzi 2014-01-06 18:22:18 +00:00
parent 16b0f71f3a
commit b929678ff1
47 changed files with 73 additions and 77 deletions

View file

@ -26,7 +26,7 @@
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "{{ private }}/vars.yml"
- "{{ vars_path }}/{{ ansible_distribution }}.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
tasks:
- name: growpart /dev/vda1 partition (/) to full size