mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-08 11:17:17 +02: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
|