We create non-absolute log dir too

This commit is contained in:
Greg Dubicki 2021-09-22 13:35:25 +02:00 committed by GitHub
parent 830d3fc5ce
commit 4c8e5e4452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Control the state of the postgresql service and whether it should start at boot
- option: log_directory
value: 'log'
Global configuration options that will be set in `postgresql.conf`. Note that if you override 'log_directory' with another, absolute path, this role will create it for you.
Global configuration options that will be set in `postgresql.conf`. Note that if you override 'log_directory' with another path, this role will create it for you.
postgresql_hba_entries:
- { type: local, database: all, user: postgres, auth_method: peer }