Grammar and spelling on win_iis_webapplication. (#21618)
This commit is contained in:
parent
d5f7a0181b
commit
9b166f6f29
1 changed files with 6 additions and 6 deletions
|
@ -26,13 +26,13 @@ DOCUMENTATION = r'''
|
||||||
---
|
---
|
||||||
module: win_iis_webapplication
|
module: win_iis_webapplication
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
short_description: Configures a IIS Web application.
|
short_description: Configures IIS web applications.
|
||||||
description:
|
description:
|
||||||
- Creates, Removes and configures a IIS Web applications
|
- Creates, removes, and configures IIS web applications.
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- Name of the Web applicatio
|
- Name of the web application.
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
|
@ -44,7 +44,7 @@ options:
|
||||||
aliases: []
|
aliases: []
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- State of the web application
|
- State of the web application.
|
||||||
choices:
|
choices:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
|
@ -53,7 +53,7 @@ options:
|
||||||
aliases: []
|
aliases: []
|
||||||
physical_path:
|
physical_path:
|
||||||
description:
|
description:
|
||||||
- The physical path on the remote host to use for the new applicatiojn. The specified folder must already exist.
|
- The physical path on the remote host to use for the new application. The specified folder must already exist.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
|
@ -67,7 +67,7 @@ author: Henrik Wallström
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
- name: Add ACME webapplication on IIS
|
- name: Add ACME webapplication on IIS.
|
||||||
win_iis_webapplication:
|
win_iis_webapplication:
|
||||||
name: api
|
name: api
|
||||||
site: acme
|
site: acme
|
||||||
|
|
Loading…
Reference in a new issue