fix: various ansible-lint failures (jinja2 spacing, yaml octal values)

This commit is contained in:
2026-02-04 11:53:40 +01:00
parent d337407685
commit afcea9439c
8 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
- name: Ensure config db attributes are configured
community.general.ldap_attrs:
dn: "{{ openldap_config_db_dn }}"
attributes: "{{ { entry.key : entry.value } }}"
attributes: "{{ { entry.key: entry.value } }}"
state: exact
server_uri: "{{ openldap_socket_url }}"
loop: "{{ openldap_config_db_attributes | dict2items }}"