This is called file

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-01-22 00:41:38 +00:00
parent 6f990c34dd
commit d0f8126a9a

View file

@ -8,7 +8,7 @@
# This is the only real work we do.
- name: Copy over httpd redirect file for {{name}}
template: >
src={{conf}}
src={{item}}
dest=/etc/httpd/conf.d/{{website}}/{{name}}-redirect.conf
mode=0644
owner=root