fix typo
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-10-26 15:29:07 +02:00
parent f2d87a54cc
commit a26b9dd4f2
2 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ postgres_users: []
postgres_users_extra: []
postgres_db: []
postgres_dbs: []
# @var postgres_db:example: >
# postgres_db:
# - name: "my_app"
@ -66,7 +66,7 @@ postgres_db: []
# state: "present"
# @end
postgres_db_extra: []
postgres_dbs_extra: []
postgres_clean_hba_file: True
postgres_hba_entries:

View File

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