mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			371 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			371 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| 
 | |
| - when: etherpad_enabled | bool and etherpad_nginx_proxy_dimension_integration_enabled | bool
 | |
|   tags:
 | |
|     - install-all
 | |
|     - setup-all
 | |
|     - install-nginx-proxy
 | |
|     - setup-nginx-proxy
 | |
|   block:
 | |
|     - ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
 | |
| 
 | |
|     - ansible.builtin.include_tasks: "{{ role_path }}/tasks/inject_into_nginx_proxy.yml"
 |