fix version_added issues in win_iis_website
This commit is contained in:
parent
2e4cb9c651
commit
2afecc7198
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: win_iis_website
|
||||
version_added: "2.1"
|
||||
version_added: "2.0"
|
||||
short_description: Configures a IIS Web site.
|
||||
description:
|
||||
- Creates, Removes and configures a IIS Web site
|
||||
|
@ -36,6 +36,7 @@ options:
|
|||
description:
|
||||
- Explicitly set the IIS numeric ID for a site. Note that this value cannot be changed after the website has been created.
|
||||
required: false
|
||||
version_added: "2.1"
|
||||
default: null
|
||||
state:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue