From 54194ccb2427cccf282eea1a20294dd794ce77dc Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Tue, 19 Nov 2024 20:08:16 +0100 Subject: [PATCH] modprobe: document when 'persistent' was added. (#9144) This is based on `git tag --contains 29f5033737a7fd86349ff3daab7d7ee7db66ad00`. --- plugins/modules/modprobe.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/modprobe.py b/plugins/modules/modprobe.py index 57e682245f..3d6a7c2410 100644 --- a/plugins/modules/modprobe.py +++ b/plugins/modules/modprobe.py @@ -46,6 +46,7 @@ options: 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.