These modules were added to version 2.0, not 1.9
This commit is contained in:
parent
7415accaa4
commit
9aaf6ee05c
5 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: win_iis_virtualdirectory
|
module: win_iis_virtualdirectory
|
||||||
version_added: "1.9"
|
version_added: "2.0"
|
||||||
short_description: Configures a IIS virtual directories.
|
short_description: Configures a IIS virtual directories.
|
||||||
description:
|
description:
|
||||||
- Creates, Removes and configures a IIS Web site
|
- Creates, Removes and configures a IIS Web site
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: win_iis_website
|
module: win_iis_website
|
||||||
version_added: "1.9"
|
version_added: "2.0"
|
||||||
short_description: Configures a IIS Web application.
|
short_description: Configures a IIS Web application.
|
||||||
description:
|
description:
|
||||||
- Creates, Removes and configures a IIS Web applications
|
- Creates, Removes and configures a IIS Web applications
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: win_iis_webapppool
|
module: win_iis_webapppool
|
||||||
version_added: "1.9"
|
version_added: "2.0"
|
||||||
short_description: Configures a IIS Web Application Pool.
|
short_description: Configures a IIS Web Application Pool.
|
||||||
description:
|
description:
|
||||||
- Creates, Removes and configures a IIS Web Application Pool
|
- Creates, Removes and configures a IIS Web Application Pool
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: win_iis_webbinding
|
module: win_iis_webbinding
|
||||||
version_added: "1.9"
|
version_added: "2.0"
|
||||||
short_description: Configures a IIS Web site.
|
short_description: Configures a IIS Web site.
|
||||||
description:
|
description:
|
||||||
- Creates, Removes and configures a binding to an existing IIS Web site
|
- Creates, Removes and configures a binding to an existing IIS Web site
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: win_iis_website
|
module: win_iis_website
|
||||||
version_added: "1.9"
|
version_added: "2.0"
|
||||||
short_description: Configures a IIS Web site.
|
short_description: Configures a IIS Web site.
|
||||||
description:
|
description:
|
||||||
- Creates, Removes and configures a IIS Web site
|
- Creates, Removes and configures a IIS Web site
|
||||||
|
|
Loading…
Reference in a new issue