diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index 6a6aef4..c781387 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -96,6 +96,7 @@ DOMAIN: "{{ domain }}" ENABLE_OPENID_SIGNIN: "{{ enable_openid_signin }}" ENABLE_OPENID_SIGNUP: "{{ enable_openid_signup }}" + HTTP_PORT: "{{ http_port }}" INSTALL_LOCK: "{{ install_lock }}" JWT_SECRET: "{{ jwt_secret }}" RUN_MODE: "prod"