fix version_added issues in win_iis_website
This commit is contained in:
parent
44effbca58
commit
34557ee6ec
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: win_iis_website
|
module: win_iis_website
|
||||||
version_added: "2.1"
|
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
|
||||||
|
@ -36,6 +36,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Explicitly set the IIS numeric ID for a site. Note that this value cannot be changed after the website has been created.
|
- Explicitly set the IIS numeric ID for a site. Note that this value cannot be changed after the website has been created.
|
||||||
required: false
|
required: false
|
||||||
|
version_added: "2.1"
|
||||||
default: null
|
default: null
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue