mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			208 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			208 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: "Uninstall auth-openid-connect plugin for Peertube"
 | |
|   command: >
 | |
|     docker exec {{ PEERTUBE_CONTAINER }} \
 | |
|     npm run plugin:uninstall -- --npm-name {{ PEERTUBE_OIDC_PLUGIN }}
 | |
|   ignore_errors: true
 |