Optimized namings in moodle

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-08 09:12:50 +02:00
parent 2996c7cbb6
commit 220e3e1c60
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
4 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
name: cmp-db-docker-proxy name: cmp-db-docker-proxy
- name: "Update database credentials" - name: "Update database credentials"
include_tasks: database.yml include_tasks: 01_database.yml
- name: flush docker service - name: flush docker service
meta: flush_handlers meta: flush_handlers
@ -17,10 +17,10 @@
delay: 5 delay: 5
- name: "Include ownership settings tasks for moodle" - name: "Include ownership settings tasks for moodle"
include_tasks: ownership.yml include_tasks: 02_ownership.yml
- name: "Configure OIDC login for Moodle if enabled" - name: "Configure OIDC login for Moodle if enabled"
include_tasks: oidc.yml include_tasks: 03_oidc.yml
when: applications | get_app_conf(application_id, 'features.oidc', False) when: applications | get_app_conf(application_id, 'features.oidc', False)
# Deactivated because it doesn't give helpfull warnings back # Deactivated because it doesn't give helpfull warnings back