Added OIDC automation draft for nextcloud

This commit is contained in:
2025-01-28 00:38:09 +01:00
parent 6f851973fa
commit 7e2966b02c
5 changed files with 46 additions and 4 deletions

View File

@@ -22,3 +22,7 @@
src: docker-compose.yml.j2
dest: "{{docker_compose_instance_directory}}docker-compose.yml"
notify: docker compose project setup
#- name: Include OIDC-specific tasks if OIDC client is active
# include_tasks: oidc_tasks.yml
# when: oidc_client_active | bool