Fixes the comment in the example of the sysctl module(#51547)
This commit is contained in:
parent
97ed97b5c4
commit
63148b0cc7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue