From a685d63e42f3efa72d2fe69942ad04fb1de82b52 Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Fri, 14 Jul 2017 12:39:47 +0100
Subject: [PATCH] typo

---
 roles/discourse/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/discourse/tasks/main.yml b/roles/discourse/tasks/main.yml
index cc63604..76f4396 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 
-- 
GitLab