mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 16:40:45 +02:00
Optimized namings in moodle
This commit is contained in:
parent
2996c7cbb6
commit
220e3e1c60
@ -4,7 +4,7 @@
|
||||
name: cmp-db-docker-proxy
|
||||
|
||||
- name: "Update database credentials"
|
||||
include_tasks: database.yml
|
||||
include_tasks: 01_database.yml
|
||||
|
||||
- name: flush docker service
|
||||
meta: flush_handlers
|
||||
@ -17,10 +17,10 @@
|
||||
delay: 5
|
||||
|
||||
- name: "Include ownership settings tasks for moodle"
|
||||
include_tasks: ownership.yml
|
||||
include_tasks: 02_ownership.yml
|
||||
|
||||
- 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)
|
||||
|
||||
# Deactivated because it doesn't give helpfull warnings back
|
||||
|
Loading…
x
Reference in New Issue
Block a user