1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 19:49:09 +00:00

Update plugins/modules/apache2_site.py

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
Francisco Pereira 2026-05-17 21:13:32 -03:00 committed by GitHub
parent 8c2db3bdff
commit 0d4dd9054d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +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
notes:
- This module is only available on Debian/Ubuntu-based systems,
as it depends on C(a2ensite) and C(a2dissite).