diff --git a/roles/discourse/tasks/main.yml b/roles/discourse/tasks/main.yml
index cc63604b6331bdffeab2e7f9c5251e37a4eaa0b1..76f4396a584d0ba3d58eb4ab79ea3d88afea9eaa 100644
--- a/roles/discourse/tasks/main.yml
+++ b/roles/discourse/tasks/main.yml
@@ -132,7 +132,7 @@
   register: db_shared_buffers
 
 - debug:
-    msg: "db_shared_buffers to be set {{ db_shared_buffers.stdout }}MB, to which is 25% of physical memory"
+    msg: "db_shared_buffers to be set {{ db_shared_buffers.stdout }}MB, which is 25% of physical memory"
 
 - name: Count the CPUs
   command: nproc --all