From 63148b0cc7d396f03215e47ed539145700f32b38 Mon Sep 17 00:00:00 2001 From: Sayed Anisul Hoque Date: Tue, 12 Feb 2019 10:00:21 +0100 Subject: [PATCH] Fixes the comment in the example of the sysctl module(#51547) --- 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 116c4c6a5da..c6b732973b9 100644 --- a/lib/ansible/modules/system/sysctl.py +++ b/lib/ansible/modules/system/sysctl.py @@ -81,7 +81,7 @@ EXAMPLES = ''' sysctl_file: /tmp/test_sysctl.conf reload: no -# Set ip forwarding on in /proc and do not reload the sysctl file +# Set ip forwarding on in /proc and verify token value with the sysctl command - sysctl: name: net.ipv4.ip_forward value: 1