From 187b07e6c0871ba0a085c5a86ba76864080dd9bd Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Fri, 28 Nov 2014 16:36:21 +0100 Subject: [PATCH] Fixed typo --- lib/ansible/modules/system/sysctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/sysctl.py b/lib/ansible/modules/system/sysctl.py index 979051e1f8e..3cf29f9a32b 100644 --- a/lib/ansible/modules/system/sysctl.py +++ b/lib/ansible/modules/system/sysctl.py @@ -84,7 +84,7 @@ EXAMPLES = ''' # Set kernel.panic to 3 in /tmp/test_sysctl.conf - sysctl: name=kernel.panic value=3 sysctl_file=/tmp/test_sysctl.conf reload=no -# Set ip fowarding on in /proc and do not reload the sysctl file +# Set ip forwarding on in /proc and do not reload the sysctl file - sysctl: name="net.ipv4.ip_forward" value=1 sysctl_set=yes # Set ip forwarding on in /proc and in the sysctl file and reload if necessary