From 9d8e06015ff10d534282add39f179b8538f38ccd Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 23 Sep 2025 00:59:55 +0200 Subject: [PATCH] Added whitespaces --- roles/svc-db-openldap/tasks/04_update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/svc-db-openldap/tasks/04_update.yml b/roles/svc-db-openldap/tasks/04_update.yml index c739ccf4..d621ddb9 100644 --- a/roles/svc-db-openldap/tasks/04_update.yml +++ b/roles/svc-db-openldap/tasks/04_update.yml @@ -21,9 +21,9 @@ attributes: objectClass: "{{ missing_auxiliary }}" state: present - async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}" - poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}" - loop: "{{ ldap_users_with_classes.results }}" + async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}" + poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}" + loop: "{{ ldap_users_with_classes.results }}" loop_control: label: "{{ item.dn }}" vars: