mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 11:45:32 +02:00
6 lines
193 B
YAML
6 lines
193 B
YAML
- name: "Uninstall auth-openid-connect plugin for Peertube"
|
|
command: >
|
|
docker exec {{ container_name }} \
|
|
npm run plugin:uninstall -- --npm-name {{oidc_plugin}}
|
|
ignore_errors: true
|