fix path of vars files
expand of variable in path of vars_files stopped working
This commit is contained in:
parent
46f6f38586
commit
9819537ce4
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@
|
|||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
- /srv/web/infra/ansible/vars/RedHat.yml
|
||||
- /srv/web/infra/ansible/vars/fedora-cloud.yml
|
||||
- "{{ private }}/files/openstack/passwords.yml"
|
||||
- "/srv/files/openstack/passwords.yml"
|
||||
|
||||
roles:
|
||||
- base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue