mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Removed unneccessary handlers
This commit is contained in:
		@@ -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
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user