Skip to content

Commit

Permalink
modprobe: document when 'persistent' was added. (#9144)
Browse files Browse the repository at this point in the history
This is based on `git tag --contains
29f5033`.
  • Loading branch information
VannTen authored Nov 19, 2024
1 parent dc856ab commit 54194cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/modprobe.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
type: str
choices: [ disabled, absent, present ]
default: disabled
version_added: 7.0.0
description:
- Persistency between reboots for configured module.
- This option creates files in C(/etc/modules-load.d/) and C(/etc/modprobe.d/) that make your module configuration persistent during reboots.
Expand Down

0 comments on commit 54194cc

Please sign in to comment.