mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-10 04:25:20 +02:00
Refactored peertube role and implemented config volume
This commit is contained in:
5
roles/web-app-peertube/tasks/02_disable-oidc.yml
Normal file
5
roles/web-app-peertube/tasks/02_disable-oidc.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- 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
|
Reference in New Issue
Block a user