Added whitespaces

This commit is contained in:
2025-09-23 00:59:55 +02:00
parent 5daf3387bf
commit 9d8e06015f

View File

@@ -21,9 +21,9 @@
attributes: attributes:
objectClass: "{{ missing_auxiliary }}" objectClass: "{{ missing_auxiliary }}"
state: present state: present
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}" async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}" poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"
loop: "{{ ldap_users_with_classes.results }}" loop: "{{ ldap_users_with_classes.results }}"
loop_control: loop_control:
label: "{{ item.dn }}" label: "{{ item.dn }}"
vars: vars: