diff --git a/roles/ldap_server/tasks/main.yml b/roles/ldap_server/tasks/main.yml index 5ee0f991ea83930246c317c68c15706e48f36ee5..0bdb3a227199bc1665c837553d790274f2929422 100644 --- a/roles/ldap_server/tasks/main.yml +++ b/roles/ldap_server/tasks/main.yml @@ -72,6 +72,7 @@ - name: Deploy LDAP misc schema command: "ldapadd -H ldapi:/// -Q -Y EXTERNAL -f /etc/ldap/schema/misc.ldif" when: not ldap_misc_schema_present.stdout + changed_when: true # Always results in change due to task logic. # Technically, the only thing this does is pick the size of DH # parameters to use, with GnuTLS (against which slapd is linked