These modules were added to version 2.0, not 1.9

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

@ -21,7 +21,7 @@
DOCUMENTATION = '''
---
module: win_iis_virtualdirectory
version_added: "1.9"
version_added: "2.0"
short_description: Configures a IIS virtual directories.
description:
- Creates, Removes and configures a IIS Web site

@ -21,7 +21,7 @@
DOCUMENTATION = '''
---
module: win_iis_website
version_added: "1.9"
version_added: "2.0"
short_description: Configures a IIS Web application.
description:
- Creates, Removes and configures a IIS Web applications

@ -22,7 +22,7 @@
DOCUMENTATION = '''
---
module: win_iis_webapppool
version_added: "1.9"
version_added: "2.0"
short_description: Configures a IIS Web Application Pool.
description:
- Creates, Removes and configures a IIS Web Application Pool

@ -22,7 +22,7 @@
DOCUMENTATION = '''
---
module: win_iis_webbinding
version_added: "1.9"
version_added: "2.0"
short_description: Configures a IIS Web site.
description:
- Creates, Removes and configures a binding to an existing IIS Web site

@ -21,7 +21,7 @@
DOCUMENTATION = '''
---
module: win_iis_website
version_added: "1.9"
version_added: "2.0"
short_description: Configures a IIS Web site.
description:
- Creates, Removes and configures a IIS Web site

Loading…
Cancel
Save