From af6074982201fc606f304136f56cfe8de7330174 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Sat, 24 Jan 2026 19:04:00 -0700 Subject: [PATCH] extraneous slash --- 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 deefbc7..ba87e58 100644 --- a/ansible/roles/openldap_server/tasks/schemas.yaml +++ b/ansible/roles/openldap_server/tasks/schemas.yaml @@ -6,7 +6,7 @@ - name: Copy a configuration file to the destination ansible.builtin.copy: - src: /files/openssh-lpk.ldif + src: files/openssh-lpk.ldif dest: /etc/openldap/schemas/openssh-lpk.ldif owner: ldap group: ldap