Fix up docs
This commit is contained in:
parent
9aaf6ee05c
commit
4078e0905c
3 changed files with 10 additions and 9 deletions
|
@ -23,6 +23,7 @@ description:
|
||||||
- Can update the provisioned throughput on existing tables.
|
- Can update the provisioned throughput on existing tables.
|
||||||
- Returns the status of the specified table.
|
- Returns the status of the specified table.
|
||||||
author: Alan Loi (@loia)
|
author: Alan Loi (@loia)
|
||||||
|
version_added: "2.0"
|
||||||
requirements:
|
requirements:
|
||||||
- "boto >= 2.13.2"
|
- "boto >= 2.13.2"
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -28,13 +28,13 @@ description:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- The name of the virtual directory to create.
|
- The name of the virtual directory to create or remove
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
-
|
- Whether to add or remove the specified virtual directory
|
||||||
choices:
|
choices:
|
||||||
- absent
|
- absent
|
||||||
- present
|
- present
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: win_iis_website
|
module: win_iis_webapplication
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
short_description: Configures a IIS Web application.
|
short_description: Configures a IIS Web application.
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue