Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit fe3b115

Browse files
committed
add trailing quotes
1 parent 6aa8f8d commit fe3b115

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.ansible/templates/docker-compose.yaml.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ services:
1313
PHPLDAPADMIN_LDAP_CLIENT_TLS: 'true'
1414
PHPLDAPADMIN_LDAP_CLIENT_TLS_CA_CRT_FILENAME: {{ ssl_cert_filename }}
1515
PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT: try
16-
#PHPLDAPADMIN_LDAP_HOSTS: "#PYTHON2BASH:[{'{{ domain }}': [{'server': [{'tls': True}, {'port': 636}]},{'login': [{'bind_id': 'cn=admin,dc=diesel,dc=net'},{'bind_pass': '{{ admin_password }}'}]}]}]"
17-
PHPLDAPADMIN_LDAP_HOSTS: "#PYTHON2BASH:[{'{{ domain }}': [{'server': [{'tls': True}, {'port': 636}]}, {'login': [{'bind_id': 'cn=admin,dc=diesel,dc=net'}, {'bind_pass': '{{ admin_password }}'}]}, {'auto_number': [{'min': {{ min_auto_number }} }]}]}]
16+
PHPLDAPADMIN_LDAP_HOSTS: "#PYTHON2BASH:[{'{{ domain }}': [{'server': [{'tls': True}, {'port': 636}]}, {'login': [{'bind_id': 'cn=admin,dc=diesel,dc=net'}, {'bind_pass': '{{ admin_password }}'}]}, {'auto_number': [{'min': {{ min_auto_number }} }]}]}]"
1817
command: >
1918
--loglevel debug
2019
deploy:

0 commit comments

Comments
 (0)