mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 15:29:10 -07:00
Fix up docs
This commit is contained in:
parent
9aaf6ee05c
commit
4078e0905c
3 changed files with 10 additions and 9 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: win_iis_website
|
||||
module: win_iis_webapplication
|
||||
version_added: "2.0"
|
||||
short_description: Configures a IIS Web application.
|
||||
description:
|
||||
|
@ -32,12 +32,12 @@ options:
|
|||
required: true
|
||||
default: null
|
||||
aliases: []
|
||||
site:
|
||||
description:
|
||||
- Name of the site on which the application is created.
|
||||
required: true
|
||||
default: null
|
||||
aliases: []
|
||||
site:
|
||||
description:
|
||||
- Name of the site on which the application is created.
|
||||
required: true
|
||||
default: null
|
||||
aliases: []
|
||||
state:
|
||||
description:
|
||||
- State of the web application
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue