mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-16 00:47:29 +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: 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user