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