fix: various ansible-lint failures (jinja2 spacing, yaml octal values)
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user