mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
community.postgresql
This commit is contained in:
parent
a706531c84
commit
9fb521953c
1 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@
|
|||
state: started
|
||||
|
||||
- name: Create PostgreSQL db user {{ moodle_db_user }}/{{ moodle_db_pass }}
|
||||
postgresql_user:
|
||||
community.postgresql.postgresql_user:
|
||||
name: "{{ moodle_db_user }}" # Admin
|
||||
password: "{{ moodle_db_pass }}" # changeme
|
||||
encrypted: yes # Required by PostgreSQL 10+ e.g. Ubuntu 18.04's PostgreSQL 10.3+, see https://github.com/iiab/iiab/issues/759
|
||||
|
@ -144,7 +144,7 @@
|
|||
become_user: postgres
|
||||
|
||||
- name: 'Create database: {{ moodle_db_name }}'
|
||||
postgresql_db:
|
||||
community.postgresql.postgresql_db:
|
||||
name: "{{ moodle_db_name }}"
|
||||
encoding: utf8
|
||||
owner: "{{ moodle_db_user }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue