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