diff --git a/ansible/post-deploy.yml b/ansible/post-deploy.yml index cef618b..1ef0f46 100644 --- a/ansible/post-deploy.yml +++ b/ansible/post-deploy.yml @@ -53,7 +53,7 @@ - name: Setup the SSH passthrough script vars: ssh_listen_port: "{{ ssh_listen_port }}" - dokku_container_ip: "{{ dokku_container_ip }}" + dokku_container_ip: "{{ dokku_container_ip.stdout }}" template: src: gitea.j2 dest: /app/gitea/gitea