mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #3795 from wilsaj/patch-1
docfix: grammar in docstring for sysctl module
This commit is contained in:
commit
1c361a9968
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ EXAMPLES = '''
|
|||
|
||||
# Set kernel.panic to 3 in /tmp/test_sysctl.conf, check if the sysctl key
|
||||
# seems writable, but do not reload sysctl, and do not check kernel value
|
||||
# after (not needed, because not the real /etc/sysctl.conf updated)
|
||||
# after (not needed, because the real /etc/sysctl.conf was not updated)
|
||||
- sysctl: name=kernel.panic value=3 sysctl_file=/tmp/test_sysctl.conf check=before reload=no
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue