Update to 2022-03-25 21:00

This commit is contained in:
Daniel Berteaud 2022-03-25 21:00:08 +01:00
parent 9fb564dfcc
commit bc3fe1b0a7

View File

@ -95,6 +95,9 @@
- when: metabase_db_engine == 'postgres'
block:
- name: Install postgresql client
package: name=postgresql14
- name: Create postgres user
postgresql_user:
db: postgres