slapd: fix ansible-lint warnings

This commit is contained in:
2020-05-12 13:16:34 +02:00
parent 27e9d5808a
commit 590f5c012c
3 changed files with 33 additions and 34 deletions

View File

@@ -141,9 +141,10 @@
register: ldif_list
- name: import ldif files
command: "ldapadd -c -y {{ ldap_secret_file }} -xD {{ ldap_admin_dn }} -f {{ item .path}}"
command: "ldapadd -c -y {{ ldap_secret_file }} -xD {{ ldap_admin_dn }} -f {{ item .path }}"
with_items: "{{ ldif_list.files }}"
ignore_errors: true
when: ldap_ldif_files is defined
- name: configure replication provider