Skip to content

Commit 475e292

Browse files
authored
Merge pull request ANXS#197 from nerzhul/patch-3
postgresql_synchronous_commit should be a string
2 parents ed6199c + 15847ac commit 475e292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ postgresql_fsync: on # turns forced synchronization on or off
208208
# - local
209209
# - remote_write
210210
# - on
211-
postgresql_synchronous_commit: on
211+
postgresql_synchronous_commit: "on"
212212

213213
# The default is the first option supported by the operating system:
214214
# - open_datasync

0 commit comments

Comments
 (0)