From 0379b0bf82bf3723ad82899a351ce6e12b43aac4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 12 Dec 2018 22:23:54 +0100 Subject: [PATCH] fix wrong module --- tasks/setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup.yml b/tasks/setup.yml index 6aab94f..567a642 100644 --- a/tasks/setup.yml +++ b/tasks/setup.yml @@ -46,7 +46,7 @@ notify: __slapd_restart - name: Deploy custom ldap schemas - file: + copy: src: "{{ item }}" dest: "/etc/openldap/schema/{{ item | basename }}" owner: root