mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update main.yml
This commit is contained in:
parent
34bb55d172
commit
72b3b3760d
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
|||
|
||||
- name: Create database
|
||||
postgresql_db:
|
||||
name: {{ moodle_database_name }}
|
||||
name: "{{ moodle_database_name }}"
|
||||
encoding: utf8
|
||||
owner: Admin
|
||||
template: template1
|
||||
|
|
Loading…
Reference in a new issue