From 1a383d496c9fc7e502e320f7576296a85b3812fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 25 Jun 2018 15:48:37 +0200 Subject: [PATCH] re-indent --- prepare.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/prepare.yml b/prepare.yml index b239da5..622dc21 100644 --- a/prepare.yml +++ b/prepare.yml @@ -79,9 +79,10 @@ that: - ip_forward_value == '1' 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.' + 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. vars: ip_forward_value: '{{ sysctl.stdout_lines[0] }}' tags: network