mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-17 07:51:25 -07:00
[PR #9144/54194ccb backport][stable-9] modprobe: document when 'persistent' was added. (#9155)
modprobe: document when 'persistent' was added. (#9144) This is based on `git tag --contains29f5033737
`. (cherry picked from commit54194ccb24
) Co-authored-by: Max Gautier <mg@max.gautier.name>
This commit is contained in:
parent
cdbf70d781
commit
ad197a303a
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ options:
|
||||||
type: str
|
type: str
|
||||||
choices: [ disabled, absent, present ]
|
choices: [ disabled, absent, present ]
|
||||||
default: disabled
|
default: disabled
|
||||||
|
version_added: 7.0.0
|
||||||
description:
|
description:
|
||||||
- Persistency between reboots for configured module.
|
- 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.
|
- This option creates files in C(/etc/modules-load.d/) and C(/etc/modprobe.d/) that make your module configuration persistent during reboots.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue