From 99ab0602d1bf73a492ecf9fdbcd690ee8133f119 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 2 Apr 2020 01:28:05 +0200 Subject: [PATCH] Fix typo --- ansible/post-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/post-deploy.yml b/ansible/post-deploy.yml index 1a0a33c..e154799 100644 --- a/ansible/post-deploy.yml +++ b/ansible/post-deploy.yml @@ -43,5 +43,5 @@ dokku_ports: app: keycloak mappings: - - "https:443:{{ https_port }}" + - "https:443:{{ http_port }}" state: present