From 2e4cb9c651107ef00ead64a202e4ae7c1b0648e4 Mon Sep 17 00:00:00 2001 From: nitzmahone Date: Fri, 11 Mar 2016 10:06:30 -0800 Subject: [PATCH] added doc note to win_iis_website site_id arg --- lib/ansible/modules/extras/windows/win_iis_website.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/windows/win_iis_website.py b/lib/ansible/modules/extras/windows/win_iis_website.py index 71553401feb..4bbb3afe0d5 100644 --- a/lib/ansible/modules/extras/windows/win_iis_website.py +++ b/lib/ansible/modules/extras/windows/win_iis_website.py @@ -34,7 +34,7 @@ options: aliases: [] site_id: description: - - Explicitly set the IIS ID for a site. + - Explicitly set the IIS numeric ID for a site. Note that this value cannot be changed after the website has been created. required: false default: null state: