mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	More ansible-lint fixes
This commit is contained in:
		| @@ -1,21 +1,21 @@ | ||||
| --- | ||||
| - ansible.builtin.set_fact: | ||||
|     matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-mautrix-whatsapp.service'] }}" | ||||
|   when: matrix_mautrix_whatsapp_enabled|bool | ||||
|   when: matrix_mautrix_whatsapp_enabled | bool | ||||
|  | ||||
| # If the matrix-synapse role is not used, these variables may not exist. | ||||
| - ansible.builtin.set_fact: | ||||
|     matrix_synapse_container_extra_arguments: > | ||||
|       {{ | ||||
|         matrix_synapse_container_extra_arguments|default([]) | ||||
|         matrix_synapse_container_extra_arguments | default([]) | ||||
|         + | ||||
|         ["--mount type=bind,src={{ matrix_mautrix_whatsapp_config_path }}/registration.yaml,dst=/matrix-mautrix-whatsapp-registration.yaml,ro"] | ||||
|       }} | ||||
|  | ||||
|     matrix_synapse_app_service_config_files: > | ||||
|       {{ | ||||
|         matrix_synapse_app_service_config_files|default([]) | ||||
|         matrix_synapse_app_service_config_files | default([]) | ||||
|         + | ||||
|         ["/matrix-mautrix-whatsapp-registration.yaml"] | ||||
|       }} | ||||
|   when: matrix_mautrix_whatsapp_enabled|bool | ||||
|   when: matrix_mautrix_whatsapp_enabled | bool | ||||
|   | ||||
		Reference in New Issue
	
	Block a user