Fix up docs

pull/18777/head
Toshio Kuratomi 10 years ago committed by Matt Clay
parent 9aaf6ee05c
commit 4078e0905c

@ -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…
Cancel
Save