Skip to content
Prev Previous commit
Next Next commit
Fix typo in defaults/main.yml comment
  • Loading branch information
Michael Conrad committed Oct 3, 2016
commit a92bbaa429a89d667f3d1ed67867e7cb9f85f406
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ postgresql_dynamic_shared_memory_type: posix # the default is the first optio

# - Disk -

# limits or per-process temp file space in kB, or -1 for no limit (>= 9.2)
# limits per-process temp file space in kB, or -1 for no limit (>= 9.2)
postgresql_temp_file_limit: -1


Expand Down