New ansible doesn't like expanding {{ private }} in the same list of vars files it's defined in.

This commit is contained in:
Kevin Fenzi
2015-01-09 22:59:18 +00:00
parent dd61ac146b
commit d64ab29c0e
114 changed files with 276 additions and 276 deletions

View File

@@ -10,7 +10,7 @@
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "{{ private }}/vars.yml"
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles: