diff --git a/roles/installer/templates/config.yaml.j2 b/roles/installer/templates/config.yaml.j2 index 6fb5b42d..4a758282 100644 --- a/roles/installer/templates/config.yaml.j2 +++ b/roles/installer/templates/config.yaml.j2 @@ -60,8 +60,8 @@ data: CLUSTER_HOST_ID = socket.gethostname() SYSTEM_UUID = os.environ.get('MY_POD_UID', '00000000-0000-0000-0000-000000000000') - CSRF_COOKIE_SECURE = '{{ csrf_cookie_secure }}' - SESSION_COOKIE_SECURE = '{{ session_cookie_secure }}' + CSRF_COOKIE_SECURE = {{ csrf_cookie_secure | bool }} + SESSION_COOKIE_SECURE = {{ session_cookie_secure | bool }} SERVER_EMAIL = 'root@localhost' DEFAULT_FROM_EMAIL = 'webmaster@localhost'