Removed unneccessary handlers

This commit is contained in:
2025-09-04 14:04:53 +02:00
parent 9e253a2d09
commit 9f3d300bca

View File

@@ -13,15 +13,9 @@
path: "{{ BLUESKY_SOCIAL_APP_DIR }}/src/state/geolocation.tsx" path: "{{ BLUESKY_SOCIAL_APP_DIR }}/src/state/geolocation.tsx"
regexp: '^\s*const\s+BAPP_CONFIG_URL\s*=\s*.*$' regexp: '^\s*const\s+BAPP_CONFIG_URL\s*=\s*.*$'
replace: "const BAPP_CONFIG_URL = '/config'" replace: "const BAPP_CONFIG_URL = '/config'"
notify:
- docker compose build
- docker compose up
- name: Force IPCC_URL to same-origin /ipcc - name: Force IPCC_URL to same-origin /ipcc
ansible.builtin.replace: ansible.builtin.replace:
path: "{{ BLUESKY_SOCIAL_APP_DIR }}/src/state/geolocation.tsx" path: "{{ BLUESKY_SOCIAL_APP_DIR }}/src/state/geolocation.tsx"
regexp: '^\s*const\s+IPCC_URL\s*=\s*.*$' regexp: '^\s*const\s+IPCC_URL\s*=\s*.*$'
replace: "const IPCC_URL = '/ipcc'" replace: "const IPCC_URL = '/ipcc'"
notify:
- docker compose build
- docker compose up