From 32fc8a626a2f7a3659afccb920f588f9af6773c4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 27 Nov 2017 17:25:01 +0000 Subject: [PATCH] fix totpcgi role to put templates in the right place --- roles/totpcgi/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/totpcgi/tasks/main.yml b/roles/totpcgi/tasks/main.yml index f0a20ab368..53cb673694 100644 --- a/roles/totpcgi/tasks/main.yml +++ b/roles/totpcgi/tasks/main.yml @@ -47,7 +47,7 @@ - name: copy html files over copy: > src=html - dest=/etc/totpcgi/templates/html + dest=/etc/totpcgi/templates owner=root group=totpcgiprov mode=0750