Fix up docs
This commit is contained in:
parent
9183170a4a
commit
dec7d95d51
3 changed files with 10 additions and 9 deletions
|
@ -23,6 +23,7 @@ description:
|
|||
- Can update the provisioned throughput on existing tables.
|
||||
- Returns the status of the specified table.
|
||||
author: Alan Loi (@loia)
|
||||
version_added: "2.0"
|
||||
requirements:
|
||||
- "boto >= 2.13.2"
|
||||
options:
|
||||
|
|
|
@ -28,13 +28,13 @@ description:
|
|||
options:
|
||||
name:
|
||||
description:
|
||||
- The name of the virtual directory to create.
|
||||
- The name of the virtual directory to create or remove
|
||||
required: true
|
||||
default: null
|
||||
aliases: []
|
||||
state:
|
||||
description:
|
||||
-
|
||||
- Whether to add or remove the specified virtual directory
|
||||
choices:
|
||||
- absent
|
||||
- present
|
||||
|
|
|
@ -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…
Reference in a new issue