mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 22:44:24 +02:00
6 lines
192 B
YAML
6 lines
192 B
YAML
- name: "Uninstall auth-openid-connect plugin for Peertube"
|
|
command: >
|
|
docker exec {{ peertube_name }} \
|
|
npm run plugin:uninstall -- --npm-name {{oidc_plugin}}
|
|
ignore_errors: true
|