dir not plural

This commit is contained in:
Jonathan DeMasi
2026-01-24 19:08:08 -07:00
parent af60749822
commit 37b1da7311

View File

@@ -7,7 +7,7 @@
- name: Copy a configuration file to the destination - name: Copy a configuration file to the destination
ansible.builtin.copy: ansible.builtin.copy:
src: files/openssh-lpk.ldif src: files/openssh-lpk.ldif
dest: /etc/openldap/schemas/openssh-lpk.ldif dest: /etc/openldap/schema/openssh-lpk.ldif
owner: ldap owner: ldap
group: ldap group: ldap
mode: '0600' mode: '0600'