From c00f70f332c9b92c2df25faf79709b93bc9424bd Mon Sep 17 00:00:00 2001 From: Pete Travis Date: Mon, 12 May 2014 22:10:15 +0000 Subject: [PATCH] herding templates --- roles/publican_webhost/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/publican_webhost/tasks/main.yml b/roles/publican_webhost/tasks/main.yml index f751e07779..0ee6626e48 100644 --- a/roles/publican_webhost/tasks/main.yml +++ b/roles/publican_webhost/tasks/main.yml @@ -26,7 +26,7 @@ # needs inspection, web_version maybe? # more templating? - name: copy publican website config - template: src="{{ files }}/docs/publican_website.cfg" dest=/etc/publican-website.cfg + template: src=publican_website.cfg dest=/etc/publican-website.cfg # verify - name: copy empty sqlite db; publican only creates this interactively