From 10bbd08501709d23bb8dfd6a9088450860269847 Mon Sep 17 00:00:00 2001 From: Francisco Pereira <113396399+Francisco-xiq@users.noreply.github.com> Date: Mon, 25 May 2026 11:03:17 -0300 Subject: [PATCH] Update plugins/modules/apache2_site.py Co-authored-by: Felix Fontein --- plugins/modules/apache2_site.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/apache2_site.py b/plugins/modules/apache2_site.py index ffa73dece3..89491214a2 100644 --- a/plugins/modules/apache2_site.py +++ b/plugins/modules/apache2_site.py @@ -14,7 +14,7 @@ short_description: Enables/disables a site of the Apache2 webserver description: - Enables or disables a specified site of the Apache2 webserver. - Uses C(a2ensite) and C(a2dissite) under the hood. -version_added: 13.0.0 +version_added: 13.1.0 notes: - This module is only available on Debian/Ubuntu-based systems, as it depends on C(a2ensite) and C(a2dissite).