10 lines
210 B
YAML
10 lines
210 B
YAML
- name: Copy Varnish configuration
|
|
template:
|
|
follow: yes
|
|
src: 'varnish.vcl.j2'
|
|
dest: /etc/varnish/default.vcl
|
|
notify: Run service actions
|
|
tags:
|
|
- varnish
|
|
- configs
|