mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fixes the comment in the example of the sysctl module(#51547)
This commit is contained in:
committed by
Abhijeet Kasurde
parent
97ed97b5c4
commit
63148b0cc7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user