From ae260d4b434b4c3e039e1faeb765ad2f7a915efc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Mar 2020 15:44:32 +0100 Subject: [PATCH] Avoid rebuild since there is a lock --- ansible/post-deploy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ansible/post-deploy.yml b/ansible/post-deploy.yml index 2ea2481..8c9272b 100644 --- a/ansible/post-deploy.yml +++ b/ansible/post-deploy.yml @@ -37,10 +37,6 @@ become: true register: volume_mounts - - name: Rebuild the application to mount new volumes - shell: dokku ps:rebuild keycloak - when: volume_mounts.changed - - name: Remove automatically configured ports dokku_ports: app: keycloak