mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-18 00:06:05 +02:00
Optimized Peertube OIDC draft
This commit is contained in:
5
roles/docker-peertube/tasks/disable-oidc.yml
Normal file
5
roles/docker-peertube/tasks/disable-oidc.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: "Uninstall auth-openid-connect plugin for Peertube"
|
||||
command: >
|
||||
docker exec {{ container_name }} \
|
||||
npm run plugin:uninstall -- --npm-name {{oidc_plugin}}
|
||||
ignore_errors: true
|
Reference in New Issue
Block a user