modprobe: document when 'persistent' was added. (#9144)
This is based on `git tag --contains 29f5033737a7fd86349ff3daab7d7ee7db66ad00`.pull/9160/head
parent
dc856ab6fe
commit
54194ccb24
|
@ -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…
Reference in New Issue