Remove redundant tasks;Fix health check;Add gitea config
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -40,7 +40,7 @@ | ||||
|         url: https://git.{{ vapp['metacluster.fqdn'] }}/api/healthz | ||||
|         method: GET | ||||
|       register: api_readycheck | ||||
|       until: api_readycheck.json.status | default(false) | bool | ||||
|       until: api_readycheck.json.status is defined | ||||
|       retries: 3 | ||||
|       delay: 30 | ||||
|  | ||||
|   | ||||
| @@ -28,8 +28,3 @@ | ||||
|   ansible.builtin.template: | ||||
|     dest: /etc/rancher/k3s/registries.yaml | ||||
|     src: registries.j2 | ||||
|   notify: | ||||
|     - Apply manifests | ||||
|  | ||||
| - name: Trigger handlers | ||||
|   ansible.builtin.meta: flush_handlers | ||||
|   | ||||
		Reference in New Issue
	
	Block a user