mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-12 11:05:38 +00:00
Update plugins/modules/apache2_site.py
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
0d4dd9054d
commit
10bbd08501
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue