Skip to content

Commit

Permalink
[PR #6316/42bc2cb4 backport][stable-6] fix small typo (#6333)
Browse files Browse the repository at this point in the history
fix small typo (#6316)

fix small typo toch -> touch

(cherry picked from commit 42bc2cb)

Co-authored-by: Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>
  • Loading branch information
patchback[bot] and sharuzzaman authored Apr 13, 2023
1 parent c6316c1 commit 6750a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/modprobe.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
- If C(present), adds module name to C(/etc/modules-load.d/) and params to C(/etc/modprobe.d/) so the module will be loaded on next reboot.
- If C(absent), will comment out module name from C(/etc/modules-load.d/) and comment out params from C(/etc/modprobe.d/) so the module will not be
loaded on next reboot.
- If C(disabled), will not toch anything and leave C(/etc/modules-load.d/) and C(/etc/modprobe.d/) as it is.
- If C(disabled), will not touch anything and leave C(/etc/modules-load.d/) and C(/etc/modprobe.d/) as it is.
- Note that it is usually a better idea to rely on the automatic module loading by PCI IDs, USB IDs, DMI IDs or similar triggers encoded in the
kernel modules themselves instead of configuration like this.
- In fact, most modern kernel modules are prepared for automatic loading already.
Expand Down

0 comments on commit 6750a86

Please sign in to comment.