From d91dc974e6c78b6d3ce32e32950bfe3d64987015 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 7 Dec 2014 00:05:09 +0000 Subject: [PATCH] No path here. --- 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 4f0744f370..7377d88fed 100644 --- a/roles/totpcgi/tasks/main.yml +++ b/roles/totpcgi/tasks/main.yml @@ -29,7 +29,7 @@ - restart apache - name: create directories - file: path=/etc/{{ item.path }} state=directory owner=root group=totpcgi mode=750 + file: path=/etc/{{ item }} state=directory owner=root group=totpcgi mode=750 with_items: - pki/totpcgi - totpcgi