create demo user with molecule
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-10-26 15:22:25 +02:00
parent 7f52666ebe
commit f2d87a54cc
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
hosts: all
vars:
postgres_repository_enabled: True
postgres_user:
- name: "pgdemo"
password: "secure"
priv: ALL
db: "demo"
postgres_db:
- name: demo
postgres_no_log: False