Skip to content

Commit 29e7261

Browse files
committed
Removed extra space in default
1 parent f4835ea commit 29e7261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ postgresql_backend_flush_after: 0 # (>= 9.6) 0 disables, default
255255

256256
# - Settings -
257257

258-
postgresql_wal_level: "replica " # minimal, archive (<= 9.5), hot_standby (<= 9.5), replica (>= 9.6), or logical
258+
postgresql_wal_level: "replica" # minimal, archive (<= 9.5), hot_standby (<= 9.5), replica (>= 9.6), or logical
259259
postgresql_fsync: on # flush data to disk for crash safety
260260
# (turning this off can cause
261261
# unrecoverable data corruption)

0 commit comments

Comments
 (0)