From 9f3d300bcae79fcfcabe1ae967ad5320becf8b58 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Thu, 4 Sep 2025 14:04:53 +0200 Subject: [PATCH] Removed unneccessary handlers --- roles/web-app-bluesky/tasks/02_social_app.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/web-app-bluesky/tasks/02_social_app.yml b/roles/web-app-bluesky/tasks/02_social_app.yml index 518a498c..f68c21e9 100644 --- a/roles/web-app-bluesky/tasks/02_social_app.yml +++ b/roles/web-app-bluesky/tasks/02_social_app.yml @@ -13,15 +13,9 @@ path: "{{ BLUESKY_SOCIAL_APP_DIR }}/src/state/geolocation.tsx" regexp: '^\s*const\s+BAPP_CONFIG_URL\s*=\s*.*$' replace: "const BAPP_CONFIG_URL = '/config'" - notify: - - docker compose build - - docker compose up - name: Force IPCC_URL to same-origin /ipcc ansible.builtin.replace: path: "{{ BLUESKY_SOCIAL_APP_DIR }}/src/state/geolocation.tsx" regexp: '^\s*const\s+IPCC_URL\s*=\s*.*$' replace: "const IPCC_URL = '/ipcc'" - notify: - - docker compose build - - docker compose up