From 5cf958765ee42b4f0ec99a7e5a0cc886752d303c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Servais?= Date: Sat, 7 Jan 2023 15:52:57 +0100 Subject: [PATCH] Update plugins/modules/apache2_module.py Co-authored-by: Felix Fontein --- plugins/modules/apache2_module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/apache2_module.py b/plugins/modules/apache2_module.py index 2b04197bf7..68c3e8ab7f 100644 --- a/plugins/modules/apache2_module.py +++ b/plugins/modules/apache2_module.py @@ -54,6 +54,7 @@ options: - Control the behavior of the warning process for MPM modules. type: bool default: true + version_added: 6.3.0 requirements: ["a2enmod","a2dismod"] notes: - This does not work on RedHat-based distributions. It does work on Debian- and SuSE-based distributions.