THis is just item.

This commit is contained in:
Kevin Fenzi 2015-01-06 22:13:47 +00:00
parent 96fb96dcac
commit 18d7401265

View file

@ -15,14 +15,14 @@
- { file: varnish, dest: /etc/sysconfig/varnish }
- name: install /etc/varnish/default.vcl - stg
copy: src={{ item.file }} dest=/etc/varnish/default.vcl
copy: src={{ item }} dest=/etc/varnish/default.vcl
owner=root group=root
with_items:
- proxy.vcl.stg
when: env == 'staging'
- name: install /etc/varnish/default.vcl - prod
copy: src={{ item.file }} dest=/etc/varnish/default.vcl
copy: src={{ item }} dest=/etc/varnish/default.vcl
owner=root group=root
with_items:
- proxy.vcl