fix typo
Some checks failed
continuous-integration/drone/push Build is failing

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_users_extra: []
postgres_db: [] postgres_dbs: []
# @var postgres_db:example: > # @var postgres_db:example: >
# postgres_db: # postgres_db:
# - name: "my_app" # - name: "my_app"
@ -66,7 +66,7 @@ postgres_db: []
# state: "present" # state: "present"
# @end # @end
postgres_db_extra: [] postgres_dbs_extra: []
postgres_clean_hba_file: True postgres_clean_hba_file: True
postgres_hba_entries: postgres_hba_entries:

View File

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