mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 15:27:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1009 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1009 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # SPDX-FileCopyrightText: 2022 - 2023 Julian-Samuel Gebühr
 | |
| # SPDX-FileCopyrightText: 2022 - 2023 Slavi Pantaleev
 | |
| #
 | |
| # SPDX-License-Identifier: AGPL-3.0-or-later
 | |
| 
 | |
| ---
 | |
| 
 | |
| - tags:
 | |
|     - setup-all
 | |
|     - setup-bot-matrix-registration-bot
 | |
|     - install-all
 | |
|     - install-bot-matrix-registration-bot
 | |
|   block:
 | |
|     - when: matrix_bot_matrix_registration_bot_enabled | bool
 | |
|       ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
 | |
| 
 | |
|     - when: matrix_bot_matrix_registration_bot_enabled | bool
 | |
|       ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
 | |
| 
 | |
| - tags:
 | |
|     - setup-all
 | |
|     - setup-bot-matrix-registration-bot
 | |
|   block:
 | |
|     - when: not matrix_bot_matrix_registration_bot_enabled | bool
 | |
|       ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
 | |
| 
 | |
| - tags:
 | |
|     - bot-matrix-registration-bot-clean-cache
 | |
|   block:
 | |
|     - when: matrix_bot_matrix_registration_bot_enabled | bool
 | |
|       ansible.builtin.include_tasks: "{{ role_path }}/tasks/clean_cache.yml"
 |