From 37b1da73119ed2a29c05e394fb39ebfa27067499 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Sat, 24 Jan 2026 19:08:08 -0700 Subject: [PATCH] dir not plural --- ansible/roles/openldap_server/tasks/schemas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/openldap_server/tasks/schemas.yaml b/ansible/roles/openldap_server/tasks/schemas.yaml index ba87e58..22ddaab 100644 --- a/ansible/roles/openldap_server/tasks/schemas.yaml +++ b/ansible/roles/openldap_server/tasks/schemas.yaml @@ -7,7 +7,7 @@ - name: Copy a configuration file to the destination ansible.builtin.copy: src: files/openssh-lpk.ldif - dest: /etc/openldap/schemas/openssh-lpk.ldif + dest: /etc/openldap/schema/openssh-lpk.ldif owner: ldap group: ldap mode: '0600'