mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			475 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			475 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| 
 | |
| - name: Resetting Hookshot's crypto store
 | |
|   ansible.builtin.command:
 | |
|     cmd: |
 | |
|       {{ devture_systemd_docker_base_host_command_docker }} run
 | |
|       --rm
 | |
|       --name={{ matrix_hookshot_identifier }}-reset-crypto
 | |
|       --user={{ matrix_user_uid }}:{{ matrix_user_gid }}
 | |
|       --cap-drop=ALL
 | |
|       --mount type=bind,src={{ matrix_hookshot_base_path }}/config.yml,dst=/config.yml
 | |
|       {{ matrix_hookshot_docker_image }}
 | |
|       yarn start:resetcrypto
 | |
|   changed_when: true
 |