mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized moodle variable names
This commit is contained in:
@@ -13,6 +13,6 @@ docker_compose_flush_handlers: false # Wait for env update
|
||||
moodle_config: "/bitnami/moodle/config.php"
|
||||
moodle_version: "{{ applications | get_app_conf(application_id, 'docker.services.moodle.version', True) }}"
|
||||
moodle_image: "{{ applications | get_app_conf(application_id, 'docker.services.moodle.image', True) }}"
|
||||
moodle_name: "{{ applications | get_app_conf(application_id, 'docker.services.moodle.name', True) }}"
|
||||
moodle_container: "{{ applications | get_app_conf(application_id, 'docker.services.moodle.name', True) }}"
|
||||
moodle_volume: "{{ applications | get_app_conf(application_id, 'docker.volumes.data', True) }}"
|
||||
moodle_code: "{{ applications | get_app_conf(application_id, 'docker.volumes.code', True) }}"
|
Reference in New Issue
Block a user