From 4a98c145a7b275d6e2c7b85875cf4218a9c1ee11 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 15 May 2020 19:46:58 +0200 Subject: [PATCH] fix file module --- tasks/setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup.yml b/tasks/setup.yml index ec92b3c..7090233 100644 --- a/tasks/setup.yml +++ b/tasks/setup.yml @@ -23,7 +23,7 @@ - name: Create certs folder file: path: /etc/openvpn/certs - state: present + state: directory - name: Copy cert files (if defined) copy: