From 76933ad4bb0392b930a750544c163d53dd0291d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 25 Jun 2018 15:45:33 +0200 Subject: [PATCH] minor fix --- prepare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare.yml b/prepare.yml index 9bc208b..b239da5 100644 --- a/prepare.yml +++ b/prepare.yml @@ -78,7 +78,7 @@ assert: that: - ip_forward_value == '1' - msg: |- + msg: > The sysctl variable 'net.ipv4.ip_forward' needs to be enabled. If you stumbled on this message, there is a high chance you have this setting hardcoded somewhere. You will have to change it by yourself and re-run this playbook.'