debug: msg={{ content_ovl_memberof_groupOfNames_file.stdout_lines }}
- name: "Applying memberof overlay or groupOfNames."
- shell: "ldapadd -Y EXTERNAL -H ldapi:/// -f '{{ ovl_memberof_groupOfNames_file.path }}'"
+ shell: "ldapadd -Q -Y EXTERNAL -H ldapi:/// -f '{{ ovl_memberof_groupOfNames_file.path }}'"
rescue:
- name: "Failing base installation of OpenLDAP server because of some errors."
debug: msg={{ content_ovl_memberof_groupOfUniqueNames_file.stdout_lines }}
- name: "Applying memberof overlay or groupOfUniqueNames."
- shell: "ldapadd -Y EXTERNAL -H ldapi:/// -f '{{ ovl_memberof_groupOfUniqueNames_file.path }}'"
+ shell: "ldapadd -Q -Y EXTERNAL -H ldapi:/// -f '{{ ovl_memberof_groupOfUniqueNames_file.path }}'"
rescue:
- name: "Failing base installation of OpenLDAP server because of some errors."