THis is just item.
This commit is contained in:
parent
96fb96dcac
commit
18d7401265
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@
|
||||||
- { file: varnish, dest: /etc/sysconfig/varnish }
|
- { file: varnish, dest: /etc/sysconfig/varnish }
|
||||||
|
|
||||||
- name: install /etc/varnish/default.vcl - stg
|
- 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
|
owner=root group=root
|
||||||
with_items:
|
with_items:
|
||||||
- proxy.vcl.stg
|
- proxy.vcl.stg
|
||||||
when: env == 'staging'
|
when: env == 'staging'
|
||||||
|
|
||||||
- name: install /etc/varnish/default.vcl - prod
|
- 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
|
owner=root group=root
|
||||||
with_items:
|
with_items:
|
||||||
- proxy.vcl
|
- proxy.vcl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue