fix wrong module

This commit is contained in:
Robert Kaussow 2018-12-12 22:23:54 +01:00
parent 34420eb9cf
commit 0379b0bf82

View File

@ -46,7 +46,7 @@
notify: __slapd_restart notify: __slapd_restart
- name: Deploy custom ldap schemas - name: Deploy custom ldap schemas
file: copy:
src: "{{ item }}" src: "{{ item }}"
dest: "/etc/openldap/schema/{{ item | basename }}" dest: "/etc/openldap/schema/{{ item | basename }}"
owner: root owner: root